Skip to content

Commit 5c32a6a

Browse files
committed
fix repo path
1 parent 5b2d391 commit 5c32a6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch-bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ main() {
135135
test $# -eq 1 || { show_usage; return 1; }
136136

137137
local DEST=$1
138-
local REPO="${REPO_URL%/}/core/os/$ARCH"
138+
local REPO="${REPO_URL%/}/core"
139139
local PACKDIR=$(mktemp -d)
140140
trap "rm -rf '$PACKDIR'" KILL TERM EXIT
141141
debug "destination directory: $DEST"

0 commit comments

Comments
 (0)