diff options
| author | Blake Romero <blake@developercraft.com> | 2026-03-21 19:09:50 +0000 |
|---|---|---|
| committer | Blake Romero <blake@developercraft.com> | 2026-03-21 19:09:50 +0000 |
| commit | b0a95e34704deee39d697e6950349731bb96c750 (patch) | |
| tree | 03dfea0b6aa3976111985515d27238157da178d5 /post-setup.sh | |
| parent | c664e364866de5e7a02a3c0dd130a83f633736ac (diff) | |
Add flatpak setup
Diffstat (limited to 'post-setup.sh')
| -rwxr-xr-x | post-setup.sh | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/post-setup.sh b/post-setup.sh index 505cfa7..421e6cb 100755 --- a/post-setup.sh +++ b/post-setup.sh @@ -19,12 +19,13 @@ apk add linux-stable git bash vim tmux \ shellcheck fastfetch btop eza \ mandoc mandoc-apropos docs \ ufw iproute2 drill \ - pipewire pipewire-pulse pipewire-jack wireplumber wayland-pipewire-idle-inhibit \ + pipewire pipewire-pulse pipewire-jack wireplumber \ + wayland-pipewire-idle-inhibit \ bluez pipewire-spa-bluez bluetuith \ mako libnotify wlsunset wev grimshot \ waybar font-hack-nerd adwaita-icon-theme \ mpv zathura-pdf-mupdf swayimg-full \ - xdg-desktop-portal xdg-desktop-portal-wlr + flatpak xdg-desktop-portal xdg-desktop-portal-wlr # WIFI: Switch wpa_supplicant to iwd # requires: iwd openresolv @@ -102,3 +103,7 @@ XDG_PICTURES_DIR="/home/$user/images" XDG_VIDEOS_DIR="/home/$user/videos" EOF +# Setup flatpak +# requires: flatpak +url="https://dl.flathub.org/repo/flathub.flatpakrepo" +su "$user" -c "flatpak remote-add --user --if-not-exists flathub $url" |
