Browse Source
Update scripts/_common.sh
Co-Authored-By: Kayou <pierre.moltess@gmail.com>
pull/253/head
Maniack Crudelis
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
scripts/_common.sh
|
|
|
@ -651,7 +651,7 @@ ynh_install_php () { |
|
|
|
update-alternatives --set php /usr/bin/php7.0 |
|
|
|
|
|
|
|
# Pin this extra repository after packages are installed to prevent sury of doing shit |
|
|
|
ynh_pin_repo --package="*" --pin="origin \"packages.sury.org\"" 200 --name=extra_php_version |
|
|
|
ynh_pin_repo --package="*" --pin="origin \"packages.sury.org\"" --priority=200 --name=extra_php_version |
|
|
|
ynh_pin_repo --package="php7.0*" --pin="origin \"packages.sury.org\"" 600 --name=extra_php_version --append |
|
|
|
|
|
|
|
# Advertise service in admin panel |
|
|
|
|