summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2026-06-28 16:06:34 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2026-06-28 16:06:34 +0200
commit0ae7adc2606ee93c124834a55da8ca74a3f56746 (patch)
tree5aa6f8b1a4670f18ec81a94edce3f1f9577eecf5
parentfb3409ce6a23bf211e334fdbba5f196820ccf7f1 (diff)
downloadconfig-0ae7adc2606ee93c124834a55da8ca74a3f56746.tar.gz
config-0ae7adc2606ee93c124834a55da8ca74a3f56746.zip
apk update before apk fix
Diffstat (limited to '')
-rwxr-xr-xscripts/apkworld2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/apkworld b/scripts/apkworld
index 27483fe..6c2d0d3 100755
--- a/scripts/apkworld
+++ b/scripts/apkworld
@@ -12,4 +12,4 @@ tmp_file=$(mktemp)
12doas cp /etc/apk/world /etc/apk/world.backup 12doas cp /etc/apk/world /etc/apk/world.backup
13cat "$PACKAGES" | sed 's/#.*//' | grep -v '^[:space:]*$' > $tmp_file 13cat "$PACKAGES" | sed 's/#.*//' | grep -v '^[:space:]*$' > $tmp_file
14doas mv $tmp_file /etc/apk/world 14doas mv $tmp_file /etc/apk/world
15doas apk fix --interactive 15doas apk fix -U --interactive

Generated with cgit - Back to sebastiano.tronto.net