diff options
author | Simon Rettberg | 2024-02-01 08:47:58 +0100 |
---|---|---|
committer | Simon Rettberg | 2024-02-01 08:47:58 +0100 |
commit | 47c149037486f39a61e981815c997251173d8878 (patch) | |
tree | e4bc70e4b324b4156c44970721751d618f9626cf | |
parent | [slx-addons] Add dependency on busybox -.- (diff) | |
download | systemd-init-47c149037486f39a61e981815c997251173d8878.tar.gz systemd-init-47c149037486f39a61e981815c997251173d8878.tar.xz systemd-init-47c149037486f39a61e981815c997251173d8878.zip |
[busybox] Using ash to install ash doesn't sound too smart, Simon
-rwxr-xr-x | modules.d/busybox/hooks/s3-install-busybox.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules.d/busybox/hooks/s3-install-busybox.sh b/modules.d/busybox/hooks/s3-install-busybox.sh index 3e42153b..38a90ece 100755 --- a/modules.d/busybox/hooks/s3-install-busybox.sh +++ b/modules.d/busybox/hooks/s3-install-busybox.sh @@ -1,4 +1,4 @@ -#!/bin/ash +#!/bin/bash if busybox --install -s; then echo "Busybox installed." |