fixed some typos

This commit is contained in:
levasseur
2021-09-13 17:13:32 +02:00
parent a06897270f
commit 40d3cf70ac
3 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ install_pkg()
if [[ -n PKGS_BLACKLIST ]]; then
for pkg in $PKGS_BLACKLIST; do
prnt I "Mise du paquet $pkg en liste noire..."
local dest=/usr/apt/preferences.d/blacklist_$pkg.conf
local dest=/etc/apt/preferences.d/blacklist_$pkg.conf
installfile blacklist.conf $dest &&
sed -i -e "s/@pkg@/pkg/" $dest