diff options
| author | Blake Romero <blake@developercraft.com> | 2026-03-23 12:11:54 +0000 |
|---|---|---|
| committer | Blake Romero <blake@developercraft.com> | 2026-03-23 12:11:54 +0000 |
| commit | b9e7719254c2db3fd17f914dc97375d9930f2b14 (patch) | |
| tree | ef29ac57da258fe325dcffd2cd7d85ca3af92634 | |
| parent | 84969e81d4497e5883f430212c1797fad2ad616b (diff) | |
Add syncthing & missing podman comment
| -rwxr-xr-x | post-setup.sh | 4 |
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 |
