mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
5 lines
No EOL
191 B
Bash
5 lines
No EOL
191 B
Bash
echo "Making Backup of /etc/apt/sources.list..."
|
|
sudo mv /etc/apt/sources.list /etc/apt/sources.list.bak
|
|
|
|
echo "Adding Ubuntu Repositories..."
|
|
sudo cp ./tuna_ubuntu.list /etc/apt/sources.list |