fixed some typos
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user