Files

21 lines
264 B
Bash
Raw Permalink Normal View History

2026-01-23 08:55:18 +01:00
#!/usr/bin/bash
#if [ "$UEID" -ne "0" ] ; then
# echo "This script must be run as root"
#fi
apk add git
apk add nftables
apk add tcpdump
apk add make
apk add whois
apk add nmap
apk add man-db
apk add vim
2026-01-28 18:08:10 +00:00
apk add iproute2
apk add gitea
2026-01-23 08:55:18 +01:00
apk add git-filter-repo