sury.org bullseye repo

This commit is contained in:
myvesta 2021-08-26 14:30:33 +02:00 committed by GitHub
commit e52f036dfb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -95,6 +95,9 @@ if [ "$inst_repo" -eq 1 ]; then
if [ $debian_version -eq 10 ]; then if [ $debian_version -eq 10 ]; then
sh -c 'echo "deb https://packages.sury.org/php/ buster main" > /etc/apt/sources.list.d/php.list' sh -c 'echo "deb https://packages.sury.org/php/ buster main" > /etc/apt/sources.list.d/php.list'
fi 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
apt update apt update
apt upgrade -y apt upgrade -y
press_enter "=== Press enter to continue ===============================================================================" press_enter "=== Press enter to continue ==============================================================================="