This commit is contained in:
js0ny 2024-08-04 13:26:03 +08:00
parent 25398e3b9e
commit b6aeb26915
5 changed files with 28 additions and 2 deletions

5
mirror/ubuntu.sh Normal file
View file

@ -0,0 +1,5 @@
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