Skip to content

Commit

Permalink
fix ympstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
sulincix committed Apr 6, 2024
1 parent c2c5f02 commit 4464571
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/ympstrap
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ function pkginst(){
}
# Stage 1 download repo
mkdir "$output"/var/lib/ymp/{index,packages,sources.list.d,gpg}/ -p
mkdir "$output"/tmp/ -p
echo "$repo" > "$output"/var/lib/ymp/sources.list.d/main
wget -O "$output"/tmp/main.asc "${repo/\$uri/ymp-index.yaml.asc}"
gpg --dearmor "$output"/tmp/main.asc
Expand Down

0 comments on commit 4464571

Please sign in to comment.