🗃️ Committing everything that changed 🗃️
Some checks failed
ubuntu-19-04 / ubuntu-19-04 (push) Failing after 6m5s
ubuntu-20-04 / ubuntu-20-04 (push) Failing after 4m2s
ubuntu-21-04 / ubuntu-21-04 (push) Failing after 4m46s
ubuntu-23-04 / ubuntu-23-04 (push) Failing after 1m38s
ubuntu-23-10 / ubuntu-23-10 (push) Failing after 3m21s
ubuntu-22-04 / ubuntu-22-04 (push) Successful in 2h13m32s
ubuntu-24-04 / ubuntu-24-04 (push) Failing after 3h1m51s
ubuntu-24-10 / ubuntu-24-10 (push) Failing after 3h4m44s
ubuntu-latest / ubuntu-latest (push) Failing after 3h14m49s

rootfs/usr/local/bin/pkmgr
This commit is contained in:
casjay 2024-12-28 19:42:11 -05:00
parent f819d412b5
commit 4123936c97
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_UID="$(id -u)"
USER_GID="$(id -g)" USER_GID="$(id -g)"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
while :; do
case "$@" in
--*) shift ;;
*) break ;;
esac
done
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
if [ -x "$(command -v apt 2>/dev/null)" ]; then if [ -x "$(command -v apt 2>/dev/null)" ]; then
export DEBIAN_FRONTEND=noninteractive export DEBIAN_FRONTEND=noninteractive
pkmgr_cmd="apt" pkmgr_cmd="apt"