From f98a60fc74cfbf40e7cf26064d9f6568b78ed3ae Mon Sep 17 00:00:00 2001 From: Xatrekak Date: Sun, 12 Feb 2023 14:42:53 -0500 Subject: [PATCH] added an OS update to end when using welcome option --- scripts/remote-install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/remote-install.sh b/scripts/remote-install.sh index 61c2e179..ff222700 100644 --- a/scripts/remote-install.sh +++ b/scripts/remote-install.sh @@ -456,6 +456,8 @@ fi if [ $WELCOME_SETUP == 1 ] then +NEEDRESTART_MODE=a apt-get update +NEEDRESTART_MODE=a apt-get upgrade python3 -c 'import sys; sys.path.append("/usr/local/bin/"); import welcome; ws = welcome.Welcome_dialog(); ws.repair_remote_install()' cd /opt/gns3 su gns3