mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-07 17:52:10 +01:00
6 lines
123 B
Bash
6 lines
123 B
Bash
#!/bin/sh
|
|
|
|
# we need update bb links immediatly since other install scripts might use
|
|
# awk
|
|
exec /bin/busybox --install -s
|