Skip to content

Commit c770f57

Browse files
limitiumhuan
andauthored
Fix arch selector (#115)
Co-authored-by: Huan Li <zixia@zixia.net>
1 parent feda037 commit c770f57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/install-s6-overlay.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ esac
3535

3636
URL="https://github.com/just-containers/s6-overlay/releases/download/v${S6_VERSION}/s6-overlay-${ARCH}.tar.gz"
3737

38-
curl -L -s "$URL" | tar xpzf - -C /
38+
curl -L -s "$URL" | tar xpzf - -C /

0 commit comments

Comments
 (0)