File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ timestamp() {
2121}
2222
2323# Install needed software
24- echo " Update system repository ..."
25- apt-get -qq update
24+ echo " Updating system APT repositories ..."
25+ apt-get -qq update > /dev/null 2>&1
2626echo " Installing dependencies for compilation..."
27- apt-get -qq install -y $SOFTWARE
27+ apt-get -qq install -y $SOFTWARE > /dev/null 2>&1
2828
2929# Fix for Debian PHP Envroiment
3030if [ ! -e /usr/local/include/curl ]; then
314314# ################################################################################
315315
316316if [ " $INSTALL " = ' y' ] || [ " $INSTALL " = ' Y' ]; then
317- for i in ~ /* hestia* .deb; do
317+ for i in $BUILD_DIR /* hestia* .deb; do
318318 # Install all available packages
319319 dpkg -i $i
320320 done
You can’t perform that action at this time.
0 commit comments