From badad3952f4ee6aac85ce73d3703ff19dfe5d42f Mon Sep 17 00:00:00 2001 From: Marcel Stangenberger Date: Sun, 6 Apr 2025 09:52:53 +0000 Subject: [PATCH] add package installation --- post/run.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/post/run.sh b/post/run.sh index 9e0af5d..4b4825c 100644 --- a/post/run.sh +++ b/post/run.sh @@ -21,6 +21,9 @@ curl -so /etc/iptables/ip6tables.rules $REPO/raw/master/post/ip6tables.rules systemctl enable iptables systemctl enable ip6tables +echo "Install minimal required packages..." +pacman -S -q iftop htop bash-completion iotop lsof screen neofetch + echo "All done, reboot in 5 seconds..." sleep 5 reboot