1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nextcloud_ynh.git synced 2024-09-03 19:55:57 +02:00

Fix sury pin

This commit is contained in:
Maniack Crudelis 2020-03-10 20:59:08 +01:00 committed by GitHub
parent a43f321b78
commit f92563342e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -733,7 +733,8 @@ ynh_pin_repo () {
mkdir -p "/etc/apt/preferences.d" mkdir -p "/etc/apt/preferences.d"
echo "Package: $package echo "Package: $package
Pin: $pin Pin: $pin
Pin-Priority: $priority" \ Pin-Priority: $priority
" \
| $append "/etc/apt/preferences.d/$name" | $append "/etc/apt/preferences.d/$name"
} }