Add flatpak

This commit is contained in:
Adam Jafarov 2022-05-15 13:43:21 +03:00 committed by GitHub
parent ac5f5d6079
commit 34c03d55d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -153,6 +153,8 @@ full_install() {
arch-chroot ${HOLO_INSTALL_DIR} systemctl enable cups bluetooth sddm
arch-chroot ${HOLO_INSTALL_DIR} usermod -a -G rfkill ${HOLOUSER}
arch-chroot ${HOLO_INSTALL_DIR} sudo -u ${HOLOUSER} steam
arch-chroot ${HOLO_INSTALL_DIR} ${CMD_PACMAN_INSTALL} flatpak
arch-chroot ${HOLO_INSTALL_DIR} flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
}