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
2 additions and
1 deletions
-
scripts/_common.sh
|
|
@ -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" |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|