mirror of
https://github.com/dockersrc/archlinux
synced 2025-01-18 00:34:19 -05:00
🗃️ Committing everything that changed 🗃️
All checks were successful
archlinux-latest / archlinux-latest (push) Successful in 1h21m57s
All checks were successful
archlinux-latest / archlinux-latest (push) Successful in 1h21m57s
rootfs/usr/local/bin/pkmgr
This commit is contained in:
parent
a25cffb7ae
commit
5096478033
@ -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