diff options
| -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 |
