mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-28 03:08:14 +00:00
added an OS update to end when using welcome option
This commit is contained in:
parent
42a5f1956e
commit
f98a60fc74
@ -456,6 +456,8 @@ fi
|
|||||||
|
|
||||||
if [ $WELCOME_SETUP == 1 ]
|
if [ $WELCOME_SETUP == 1 ]
|
||||||
then
|
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()'
|
python3 -c 'import sys; sys.path.append("/usr/local/bin/"); import welcome; ws = welcome.Welcome_dialog(); ws.repair_remote_install()'
|
||||||
cd /opt/gns3
|
cd /opt/gns3
|
||||||
su gns3
|
su gns3
|
||||||
|
Loading…
Reference in New Issue
Block a user