File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -1844,6 +1844,13 @@ $HESTIA/bin/v-change-sys-port $port > /dev/null 2>&1
18441844# Set default theme
18451845$HESTIA /bin/v-change-sys-theme ' default'
18461846
1847+ # Update remaining packages since repositories have changed
1848+ echo -ne " (*) Installing remaining software updates..."
1849+ apt-get -qq update
1850+ apt-get -y upgrade >> $LOG &
1851+ BACK_PID=$!
1852+ echo
1853+
18471854# Starting Hestia service
18481855update-rc.d hestia defaults
18491856systemctl start hestia
Original file line number Diff line number Diff line change @@ -1848,6 +1848,13 @@ $HESTIA/bin/v-change-sys-port $port > /dev/null 2>&1
18481848# Set default theme
18491849$HESTIA /bin/v-change-sys-theme ' default'
18501850
1851+ # Update remaining packages since repositories have changed
1852+ echo -ne " (*) Installing remaining software updates..."
1853+ apt-get -qq update
1854+ apt-get -y upgrade >> $LOG &
1855+ BACK_PID=$!
1856+ echo
1857+
18511858# Starting Hestia service
18521859update-rc.d hestia defaults
18531860systemctl start hestia
You can’t perform that action at this time.
0 commit comments