From 6cc5988b3526508fe8aa8c49ac2468c1a3da1456 Mon Sep 17 00:00:00 2001 From: bicubico Date: Fri, 17 Feb 2023 23:40:21 -0300 Subject: [PATCH] force-yes --- CHIP-updater/jessie-to-stretch.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHIP-updater/jessie-to-stretch.sh b/CHIP-updater/jessie-to-stretch.sh index 42f4e64..a2eedc0 100644 --- a/CHIP-updater/jessie-to-stretch.sh +++ b/CHIP-updater/jessie-to-stretch.sh @@ -11,7 +11,7 @@ echo -e "deb-src [check-valid-until=no] http://archive.debian.org/ jessie/update echo -e "deb http://chip.jfpossibilities.com/chip/debian/repo jessie main" >> /etc/apt/sources.list echo -e "deb http://chip.jfpossibilities.com/chip/debian/pocketchip jessie main" >> /etc/apt/sources.list -apt install debian-keyring debian-archive-keyring -y --force-yes +sudo apt install debian-keyring debian-archive-keyring -y --force-yes sudo apt update && sudo apt upgrade -y @@ -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 +sudo apt autoremove -y --force-yes echo "*** Update to Stretch finished. Reboot to continue the process. ***" \ No newline at end of file