mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 21:34:12 -07:00
Update multi-php-install.sh
This commit is contained in:
parent
a17af106fd
commit
549ba4e154
1 changed files with 2 additions and 2 deletions
|
@ -309,8 +309,8 @@ if [ "$inst_81" -eq 1 ]; then
|
|||
fi
|
||||
|
||||
|
||||
apt update
|
||||
apt upgrade -y
|
||||
apt update > /dev/null 2>&1
|
||||
apt upgrade -y > /dev/null 2>&1
|
||||
|
||||
if [ $debian_version -ge 10 ]; then
|
||||
a2dismod ruid2 > /dev/null 2>&1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue