Compare commits
1 commit
03803dabae
...
b7fb47abfa
Author | SHA1 | Date | |
---|---|---|---|
b7fb47abfa |
1 changed files with 2 additions and 1 deletions
|
@ -43,8 +43,9 @@ index c3b8f7a..f609018
|
|||
[ "$repo" = "$target_repo" ] && break
|
||||
done
|
||||
- doas sh -c "printf '%s\n' $repos > /etc/apk/repositories"
|
||||
- doas apk update
|
||||
+ doas sh -c "printf '%s\n' $repos >> /etc/apk/repositories"
|
||||
doas apk update
|
||||
+ doas apk update || true
|
||||
}
|
||||
|
||||
@@ -118,7 +120,15 @@ apply_offset_limit() {
|
||||
|
|
Loading…
Add table
Reference in a new issue