diff options
Diffstat (limited to 'post-setup.sh')
| -rwxr-xr-x | post-setup.sh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/post-setup.sh b/post-setup.sh index 421e6cb..6bb7090 100755 --- a/post-setup.sh +++ b/post-setup.sh @@ -1,8 +1,9 @@ +#!/bin/sh + # # ALPINE LINUX POST SETUP # -#!/bin/sh if [ ! "$(id -u)" -eq 0 ]; then echo "Script must be run as root"; @@ -13,7 +14,8 @@ fi user="blake" # Install additional packages -apk add linux-stable git bash vim tmux \ +apk add linux-stable git bash bash-completion \ + vim tmux colordiff \ iwd openresolv impala \ ncurses acpi kbd xdg-user-dirs \ shellcheck fastfetch btop eza \ |
