diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2026-06-28 16:06:34 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2026-06-28 16:06:34 +0200 |
| commit | 0ae7adc2606ee93c124834a55da8ca74a3f56746 (patch) | |
| tree | 5aa6f8b1a4670f18ec81a94edce3f1f9577eecf5 /scripts/apkworld | |
| parent | fb3409ce6a23bf211e334fdbba5f196820ccf7f1 (diff) | |
| download | config-0ae7adc2606ee93c124834a55da8ca74a3f56746.tar.gz config-0ae7adc2606ee93c124834a55da8ca74a3f56746.zip | |
apk update before apk fix
Diffstat (limited to '')
| -rwxr-xr-x | scripts/apkworld | 2 |
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) | |||
| 12 | doas cp /etc/apk/world /etc/apk/world.backup | 12 | doas cp /etc/apk/world /etc/apk/world.backup |
| 13 | cat "$PACKAGES" | sed 's/#.*//' | grep -v '^[:space:]*$' > $tmp_file | 13 | cat "$PACKAGES" | sed 's/#.*//' | grep -v '^[:space:]*$' > $tmp_file |
| 14 | doas mv $tmp_file /etc/apk/world | 14 | doas mv $tmp_file /etc/apk/world |
| 15 | doas apk fix --interactive | 15 | doas apk fix -U --interactive |
