Introduction
Introduction Statistics Contact Development Disclaimer Help
updating packages, adding emulators and wireguard - bootstrap - Bootstrap scrip…
Log
Files
Refs
README
---
commit d47f0a12375db7b635d5fc3d2d8a7d4e61a0c1f2
parent b45bd1ac86e139fdf942629501e9d4c390f04852
Author: Jay Scott <[email protected]>
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(-)
---
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
You are viewing proxied material from jay.scot. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.