summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpost-setup.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/post-setup.sh b/post-setup.sh
index 8333ab7..9ac4060 100755
--- a/post-setup.sh
+++ b/post-setup.sh
@@ -27,7 +27,8 @@ apk add linux-stable git bash bash-completion \
mako libnotify wlsunset wev grimshot \
waybar font-hack-nerd adwaita-icon-theme \
mpv zathura-pdf-mupdf swayimg-full nwg-launchers-grid \
- flatpak xdg-desktop-portal xdg-desktop-portal-wlr
+ flatpak xdg-desktop-portal xdg-desktop-portal-wlr \
+ syncthing syncthing-openrc
# WIFI: Switch wpa_supplicant to iwd
# requires: iwd openresolv
@@ -82,6 +83,7 @@ ufw default allow outgoing
ufw allow from $subnet to any port 22/tcp comment 'Allow incoming SSH via subnet'
# Podman
+# requires: podman
apk add crun podman podman-tui
rc-update add cgroups
rc-service cgroups start