mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 13:24:25 -07:00
Update multi-php-install.sh - removing buster sury repo
This commit is contained in:
parent
7ff828bf14
commit
574fff0642
1 changed files with 3 additions and 3 deletions
|
@ -103,9 +103,9 @@ if [ "$inst_repo" -eq 1 ]; then
|
|||
if [ $debian_version -ge 10 ]; then
|
||||
wget -nv -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg
|
||||
fi
|
||||
if [ $debian_version -eq 10 ]; then
|
||||
sh -c 'echo "deb https://packages.sury.org/php/ buster main" > /etc/apt/sources.list.d/php.list'
|
||||
fi
|
||||
# if [ $debian_version -eq 10 ]; then
|
||||
# sh -c 'echo "deb https://packages.sury.org/php/ buster main" > /etc/apt/sources.list.d/php.list'
|
||||
# fi
|
||||
if [ $debian_version -eq 11 ]; then
|
||||
sh -c 'echo "deb https://packages.sury.org/php/ bullseye main" > /etc/apt/sources.list.d/php.list'
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue