dotfiles/mirror/ubuntu.sh
2024-08-04 13:26:03 +08:00

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