🗃️ Committing everything that changed 🗃️
Some checks failed
debian-11 / debian-11 (push) Failing after 35m23s
debian-12 / debian-12 (push) Successful in 2h45m48s
debian-10 / debian-10 (push) Failing after 3h7m3s
debian-latest / debian-latest (push) Successful in 2h41m34s
debian-13 / debian-13 (push) Failing after 3h10m2s

rootfs/usr/local/bin/pkmgr
This commit is contained in:
casjay 2024-12-28 19:42:10 -05:00
parent a9bef2f573
commit 77f3d6e13b
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145

View File

@ -5,6 +5,13 @@
USER_UID="$(id -u)"
USER_GID="$(id -g)"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
while :; do
case "$@" in
--*) shift ;;
*) break ;;
esac
done
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
if [ -x "$(command -v apt 2>/dev/null)" ]; then
export DEBIAN_FRONTEND=noninteractive
pkmgr_cmd="apt"