Skip to content

Commit 61c4005

Browse files
author
Kristan Kenney
committed
Update remaining packages at end of installation
1 parent e0a99e3 commit 61c4005

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

install/hst-install-debian.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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
18481855
update-rc.d hestia defaults
18491856
systemctl start hestia

install/hst-install-ubuntu.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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
18521859
update-rc.d hestia defaults
18531860
systemctl start hestia

0 commit comments

Comments
 (0)