mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
sury.org bullseye repo
This commit is contained in:
parent
d36218db92
commit
e52f036dfb
1 changed files with 3 additions and 0 deletions
|
@ -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 ==============================================================================="
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue