From 93ed40990d56d8dbe2765ab7f3bab58150dbe348 Mon Sep 17 00:00:00 2001 From: Marcel Stangenberger Date: Sat, 12 Apr 2025 14:12:35 +0000 Subject: [PATCH] Added cronie to default packages --- post/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post/run.sh b/post/run.sh index fa94aee..be0442e 100644 --- a/post/run.sh +++ b/post/run.sh @@ -25,7 +25,7 @@ systemctl enable iptables systemctl enable ip6tables echo -e "${GREEN}Install minimal required packages...${NOCOL}" -pacman --noconfirm -S rsync iftop htop bash-completion iotop lsof screen neofetch neovim man-db inetutils base-devel git +pacman --noconfirm -S cronie rsync iftop htop bash-completion iotop lsof screen neofetch neovim man-db inetutils base-devel git ln -s /usr/bin/nvim /usr/bin/vi echo -e "${GREEN}Setup motd default...${NOCOL}"