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 @@ -729,7 +729,7 @@ chmod a+x /usr/sbin/policy-rc.d
729729
730730# Installing apt packages
731731echo -ne " Install HestiaCP and all required packages, the process will take around 10-15 minutes... "
732- apt-get -y install $software > /dev/null 2>&1 &
732+ apt-get -y --allow-change-held-packages install $software > /dev/null 2>&1 &
733733BACK_PID=$!
734734
735735# Check if package installation is done, print a spinner
Original file line number Diff line number Diff line change @@ -704,7 +704,7 @@ chmod a+x /usr/sbin/policy-rc.d
704704
705705# Installing apt packages
706706echo -ne " Install HestiaCP and all required packages, the process will take around 10-15 minutes... "
707- apt-get -y install $software > /dev/null 2>&1 &
707+ apt-get -y --allow-change-held-packages install $software > /dev/null 2>&1 &
708708BACK_PID=$!
709709
710710# Check if package installation is done, print a spinner
You can’t perform that action at this time.
0 commit comments