We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfaeb58 commit 2c9134eCopy full SHA for 2c9134e
install/hst-install-ubuntu.sh
@@ -582,6 +582,7 @@ echo
582
583
# Updating system
584
echo -ne "Updating currently installed packages, please wait... "
585
+apt-get -qq update
586
apt-get -y upgrade >> $LOG &
587
BACK_PID=$!
588
@@ -836,9 +837,6 @@ fi
836
837
# Install packages #
838
#----------------------------------------------------------#
839
-# Updating system
840
-apt-get -qq update
841
-
842
# Disabling daemon autostart on apt-get install
843
echo -e '#!/bin/sh\nexit 101' > /usr/sbin/policy-rc.d
844
chmod a+x /usr/sbin/policy-rc.d
0 commit comments