diff --git a/CHIP-updater/jessie-to-stretch.sh b/CHIP-updater/jessie-to-stretch.sh index a2eedc0..bd94350 100644 --- a/CHIP-updater/jessie-to-stretch.sh +++ b/CHIP-updater/jessie-to-stretch.sh @@ -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-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 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 "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. ***" \ No newline at end of file