#!/bin/ash # Install needed packages from /etc/apk/world doas apk -U --allow-untrusted upgrade # Clone/Fetch the aports tree cd aports || (git clone https://gitlab.alpinelinux.org/alpine/aports && cd aports) git fetch