diff options
| author | Blake Romero <blake@developercraft.com> | 2026-04-04 14:55:56 +0100 |
|---|---|---|
| committer | Blake Romero <blake@developercraft.com> | 2026-04-04 14:55:56 +0100 |
| commit | 8573ae2dfd8cead5cdaf963f0eb811d83139dc85 (patch) | |
| tree | e386c180759ed7ef25dd1f4db57c2934266dcb45 | |
| parent | 8630a3fba7765af60f277999c1df393ab3a1bdf6 (diff) | |
| -rwxr-xr-x | install.sh | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -382,6 +382,10 @@ if [[ "${swaydesktop}" == true ]]; then artix-chroot /mnt bash -c "umount /.snapshots; rmdir /.snapshots" artix-chroot /mnt bash -c "snapper -c root create-config /" + # setup flatpak + artix-chroot /mnt bash -c \ + "flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo" + fi # FINISH |
