mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02: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
|