mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 21:04:07 -07:00
Update install-softaculous.sh
This commit is contained in:
parent
909619ef69
commit
aa85d2e581
1 changed files with 6 additions and 2 deletions
|
@ -15,7 +15,7 @@ rm -rf /usr/local/vesta/web/softaculous/
|
|||
|
||||
apt update
|
||||
|
||||
apt install --reinstall vesta-php
|
||||
# apt install --reinstall vesta-php
|
||||
|
||||
apt install --reinstall vesta-ioncube vesta-softaculous
|
||||
|
||||
|
@ -28,7 +28,11 @@ if [ -f "/usr/local/vesta/web/inc/login_url.php-bak" ]; then
|
|||
mv /usr/local/vesta/web/inc/login_url.php-bak /usr/local/vesta/web/inc/login_url.php
|
||||
fi
|
||||
|
||||
echo ""
|
||||
echo ""
|
||||
echo "=== Softaculous installation done ==="
|
||||
echo ""
|
||||
echo "Wait for about 5 minutes so softaculous-cron download all packages."
|
||||
echo "You can check if it is still downloading packages by running command:"
|
||||
echo 'ps -Af | grep "cron.php" | grep -v "grep"'
|
||||
echo 'ps -Af | grep "cron.php" | grep -v "grep"'
|
||||
echo ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue