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