This commit is contained in:
1kamma
2022-06-18 16:00:00 +03:00
committed by GitHub
parent 3c87544d47
commit 511d3ac722

View File

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