mirror of
https://github.com/myvesta/vesta
synced 2025-07-06 04:51:54 -07:00
Update multi-php-install.sh
This commit is contained in:
parent
574fff0642
commit
1ee4920576
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ apt update
|
||||||
if [ "$inst_repo" -eq 1 ]; then
|
if [ "$inst_repo" -eq 1 ]; then
|
||||||
press_enter "=== Press enter to install sury.org repo ==============================================================================="
|
press_enter "=== Press enter to install sury.org repo ==============================================================================="
|
||||||
apt -y install apt-transport-https ca-certificates
|
apt -y install apt-transport-https ca-certificates
|
||||||
if [ $debian_version -ge 10 ]; then
|
if [ $debian_version -ge 11 ]; then
|
||||||
wget -nv -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg
|
wget -nv -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg
|
||||||
fi
|
fi
|
||||||
# if [ $debian_version -eq 10 ]; then
|
# if [ $debian_version -eq 10 ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue