From d2cfaa3de62925e4c9bdeed18e12c69f05011b2d Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Fri, 20 Mar 2026 23:50:03 +0000 Subject: Add additional packages --- post-setup.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 post-setup.sh diff --git a/post-setup.sh b/post-setup.sh new file mode 100755 index 0000000..671cf13 --- /dev/null +++ b/post-setup.sh @@ -0,0 +1,11 @@ + +#!/bin/sh + +if [ ! "$(id -u)" -eq 0 ]; then + echo "Script must be run as root"; + exit 1 +fi + +# Install additional packages +apk add linux-stable git bash vim tmux \ + ncurses acpi shellcheck fastfetch btop eza -- cgit