Skip to content

Commit

Permalink
fix: create path for apk repositories list
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Larson <[email protected]>
  • Loading branch information
LucasLarson committed May 10, 2024
1 parent 0895ee8 commit 9c1e170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ command -v -- apk >/dev/null 2>&1 || {
command -p -- rm -- ./apk.static

# configure only main and community repositories at first
{
command -p -- mkdir -p -- '/etc/apk' && {
command -p -- printf -- 'https://dl-cdn.alpinelinux.org/alpine/latest-stable/main\n'
command -p -- printf -- 'https://dl-cdn.alpinelinux.org/alpine/latest-stable/community\n'
} >'/etc/apk/repositories'
Expand Down

0 comments on commit 9c1e170

Please sign in to comment.