🗃️ Committing everything that changed 🗃️
All checks were successful
archlinux-latest / archlinux-latest (push) Successful in 1h21m57s

rootfs/usr/local/bin/pkmgr
This commit is contained in:
casjay 2024-12-28 19:42:08 -05:00
parent a25cffb7ae
commit 5096478033
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"