File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -925,7 +925,7 @@ chmod a+x /usr/sbin/policy-rc.d
925925echo " The installer is now downloading and installing all required packages."
926926echo -ne " NOTE: This process may take 10 to 15 minutes to complete, please wait... "
927927echo
928- apt-get -y install $software > /dev/null 2>&1 &
928+ apt-get -y install $software > $LOG
929929BACK_PID=$!
930930
931931# Check if package installation is done, print a spinner
Original file line number Diff line number Diff line change @@ -946,7 +946,7 @@ chmod a+x /usr/sbin/policy-rc.d
946946echo " The installer is now downloading and installing all required packages."
947947echo -ne " NOTE: This process may take 10 to 15 minutes to complete, please wait... "
948948echo
949- apt-get -y install $software > /dev/null 2>&1 &
949+ apt-get -y install $software > $LOG
950950BACK_PID=$!
951951
952952# Check if package installation is done, print a spinner
You can’t perform that action at this time.
0 commit comments