alpinelinux-abuild-workbench/home/setup.sh
2023-12-04 09:32:28 +01:00

9 lines
220 B
Bash
Executable file

#!/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