From 8573ae2dfd8cead5cdaf963f0eb811d83139dc85 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Sat, 4 Apr 2026 14:55:56 +0100 Subject: Add flathub remote to flatpak --- install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install.sh b/install.sh index 7fedb04..2b9719d 100755 --- a/install.sh +++ b/install.sh @@ -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 -- cgit