From 9d075777a05538348f9cc88e5203ebcaddb215cc Mon Sep 17 00:00:00 2001 From: bicubico Date: Fri, 17 Feb 2023 20:06:37 -0300 Subject: [PATCH] Autoremove added --- CHIP-updater/jessie-to-stretch.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHIP-updater/jessie-to-stretch.sh b/CHIP-updater/jessie-to-stretch.sh index 1d6b19b..42f4e64 100644 --- a/CHIP-updater/jessie-to-stretch.sh +++ b/CHIP-updater/jessie-to-stretch.sh @@ -34,4 +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 + echo "*** Update to Stretch finished. Reboot to continue the process. ***" \ No newline at end of file