mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Add a line between each pin instructions
This commit is contained in:
parent
052ade602d
commit
b7a5847c30
1 changed files with 2 additions and 1 deletions
|
@ -532,6 +532,7 @@ 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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue