This commit is contained in:
bicubico
2023-02-17 23:43:47 -03:00
parent ab35a17676
commit d063275530

View File

@@ -25,7 +25,7 @@ echo -e "deb-src http://ftp.us.debian.org/debian/ stretch main contrib non-free"
echo -e "deb http://security.debian.org/ stretch/updates main contrib non-free" >> /etc/apt/sources.list echo -e "deb http://security.debian.org/ stretch/updates main contrib non-free" >> /etc/apt/sources.list
echo -e "deb-src http://security.debian.org/ stretch/updates main contrib non-free" >> /etc/apt/sources.list echo -e "deb-src http://security.debian.org/ stretch/updates main contrib non-free" >> /etc/apt/sources.list
sudo apt update && sudo apt upgrade -y sudo apt update && sudo apt upgrade -y --force-yes
sudo chmod 666 /etc/NetworkManager/NetworkManager.conf sudo chmod 666 /etc/NetworkManager/NetworkManager.conf
echo -e "[connection]" >> /etc/NetworkManager/NetworkManager.conf echo -e "[connection]" >> /etc/NetworkManager/NetworkManager.conf
@@ -34,6 +34,6 @@ echo -e "" >> /etc/NetworkManager/NetworkManager.conf
echo -e "[device]" >> /etc/NetworkManager/NetworkManager.conf echo -e "[device]" >> /etc/NetworkManager/NetworkManager.conf
echo -e "wifi.scan-rand-mac-address=no" >> /etc/NetworkManager/NetworkManager.conf echo -e "wifi.scan-rand-mac-address=no" >> /etc/NetworkManager/NetworkManager.conf
sudo apt autoremove -y --force-yes sudo apt autoremove
echo "*** Update to Stretch finished. Reboot to continue the process. ***" echo "*** Update to Stretch finished. Reboot to continue the process. ***"