This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user