diff options
| author | Blake Romero <blake@developercraft.com> | 2026-03-21 23:08:55 +0000 |
|---|---|---|
| committer | Blake Romero <blake@developercraft.com> | 2026-03-21 23:08:55 +0000 |
| commit | fd61c7de76fe73e551cc5cb9ce192114b65c7f1f (patch) | |
| tree | 47faedeb64d0659e37dd12385594bbf09731c1b6 | |
| parent | b119ecf2fec0e7ab11dccdaa95516150f8312028 (diff) | |
Add flatpak & flatseal for user
| -rwxr-xr-x | post-setup.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/post-setup.sh b/post-setup.sh index a26ba99..761eb1c 100755 --- a/post-setup.sh +++ b/post-setup.sh @@ -122,4 +122,5 @@ 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" +su -l "$user" -c "flatpak remote-add --user --if-not-exists flathub $url" +su -l "$user" -c "flatpak install --noninteractive flatseal" |
