Skip to content

Commit

Permalink
ympstarp tmp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sulincix committed Apr 6, 2024
1 parent 4464571 commit 79367b3
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 @@ -48,6 +48,7 @@ function pkginst(){
# Stage 1 download repo
mkdir "$output"/var/lib/ymp/{index,packages,sources.list.d,gpg}/ -p
mkdir "$output"/tmp/ -p
chmod 1777 "$output"/tmp/
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 79367b3

Please sign in to comment.