just a little fix
route to printf must be /usr/bin/printf instead of /bin/printf
This commit is contained in:
parent
f2c3475d9f
commit
01b8c3dafc
1 changed files with 1 additions and 1 deletions
|
|
@ -35,5 +35,5 @@ done
|
|||
dpkg -i "$@"
|
||||
|
||||
for package in $packagelist; do
|
||||
/bin/printf "Package: $package\nPin: version 1.20201126-1\nPin-Priority:999\n\n"
|
||||
/usr/bin/printf "Package: $package\nPin: version 1.20201126-1\nPin-Priority:999\n\n"
|
||||
done > /etc/apt/preferences.d/99-adafruit-pin-kernel
|
||||
|
|
|
|||
Loading…
Reference in a new issue