Skip to content

Commit f50d0ee

Browse files
committed
fix: too many shifts
1 parent 659ccee commit f50d0ee

File tree

2 files changed

+0
-2
lines changed
  • rootfs/container/usr/local/bin/.eleven

2 files changed

+0
-2
lines changed

rootfs/container/usr/local/bin/.eleven/apk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
case "${FN}" in
99
"add")
10-
shift
1110
apk --update --no-cache add $@
1211
;;
1312

rootfs/container/usr/local/bin/.eleven/apt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
case "${FN}" in
99
"install")
10-
shift
1110
apt update -y
1211
apt install --no-install-recommends -y $@
1312
apt clean -y

0 commit comments

Comments
 (0)