Skip to content

Instantly share code, notes, and snippets.

@Secret-chest
Created April 3, 2022 09:39
Show Gist options
  • Save Secret-chest/c3beda2e614646143708bc27acc60b9b to your computer and use it in GitHub Desktop.
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🇷🇴
#!/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