This commit is contained in:
1kamma
2022-06-18 15:53:39 +03:00
committed by GitHub
parent 9f23afb2dc
commit 3c87544d47

View File

@@ -22,7 +22,7 @@ EOF
sudo apt-get full-upgrade -y --allow-unauthenticated; sudo apt-get full-upgrade -y --allow-unauthenticated;
sudo apt-get --purge autoremove -y; sudo apt-get --purge autoremove -y;
sudo reboot sudo reboot
elif [ "$s" != 'VERSION="9 (stretch)"' ]; elif [ "$s" = 'VERSION="10 (buster)"' ];
then then
echo $s echo $s
sudo tee /etc/apt/sources.list << EOF sudo tee /etc/apt/sources.list << EOF