Add a line between each pin instructions

This commit is contained in:
Maniack Crudelis 2020-03-10 21:05:04 +01:00 committed by GitHub
parent 052ade602d
commit b7a5847c30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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