config

My configuration files and custom scripts.
git clone https://git.tronto.net/config
Download | Log | Files | Refs

commit 0ae7adc2606ee93c124834a55da8ca74a3f56746
parent fb3409ce6a23bf211e334fdbba5f196820ccf7f1
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Sun, 28 Jun 2026 16:06:34 +0200

apk update before apk fix

Diffstat:
Mscripts/apkworld | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/apkworld b/scripts/apkworld @@ -12,4 +12,4 @@ tmp_file=$(mktemp) doas cp /etc/apk/world /etc/apk/world.backup cat "$PACKAGES" | sed 's/#.*//' | grep -v '^[:space:]*$' > $tmp_file doas mv $tmp_file /etc/apk/world -doas apk fix --interactive +doas apk fix -U --interactive