mirror of
https://github.com/dockersrc/debian
synced 2025-01-18 00:34:22 -05:00
🗃️ 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
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:
parent
a9bef2f573
commit
77f3d6e13b
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user