Created
April 3, 2022 09:39
-
-
Save Secret-chest/c3beda2e614646143708bc27acc60b9b to your computer and use it in GitHub Desktop.
🇷🇴Înlocuiește Telekom.ro cu Orange.ro în sources.list, pentru Linux Mint🇷🇴
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/bash | |
# Înlocuiește telekom.ro cu orange.ro pentru Linux Mint | |
sed -i 's/telekom.ro/orange.ro/g' /etc/apt/sources.list.d/official-package-repositories.list |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment