updating packages, adding emulators and wireguard - bootstrap - Bootstrap script for my alpine linux desktop.
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
(DIR) commit d47f0a12375db7b635d5fc3d2d8a7d4e61a0c1f2
(DIR) parent b45bd1ac86e139fdf942629501e9d4c390f04852
(HTM) Author: Jay Scott <me@jay.scot>
Date: Sun, 15 Jan 2023 22:57:27 +0000
updating packages, adding emulators and wireguard
Diffstat:
M install.sh | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/install.sh b/install.sh
@@ -14,7 +14,8 @@ apk upgrade -a
echo "── installing cli essentials"
apk add alpine-sdk curl doas wget git vim tar zip gzip p7zip bzip2 rsync \
- build-base less
+ build-base less gnupg-dirmngr wireguard-tools iptables \
+ wireguard-tools-wg
echo "── installing wayland"
apk add wlsunset wl-clipboard mesa-dri-gallium eudev font-hack seatd \
@@ -24,12 +25,15 @@ setup-devd udev
echo "── installing tools"
apk add urlview shfmt shellcheck openssh gemget yt-dlp pass fzf mpv \
- zathura-pdf-mupdf qutebrowser firefox mutt w3m
+ zathura-pdf-mupdf qutebrowser firefox mutt w3m amfora
echo "── installing audio"
apk add pipewire-pulse pamixer dbus dbus-openrc pipewire wireplumber \
rtkit pipewire-alsa cmus
+echo "── installing games"
+apk add retroarch libretro-bsnes libretro-mgba libretro-nestopia
+
echo "── installing documentation"
apk add mandoc mandoc-apropos man-pages docs
@@ -129,3 +133,5 @@ rc-service seatd start
rc-update add dbus default
rc-service dbus start
+
+rc-update add iptables