mirror of
https://github.com/dockersrc/ubuntu
synced 2025-01-18 12:34:25 -05:00
🗃️ 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
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:
parent
f819d412b5
commit
4123936c97
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user