Re-apply reverted changes with the fix for partitions.

This commit is contained in:
fewtarius 2022-05-23 13:19:35 +00:00
parent 5280752b4b
commit f6d603e477
No known key found for this signature in database
GPG Key ID: F4AE55305D1B8C1A

View File

@ -203,6 +203,7 @@ full_install() {
arch-chroot ${HOLO_INSTALL_DIR} sudo -u ${HOLOUSER} steam
arch-chroot ${HOLO_INSTALL_DIR} ${CMD_PACMAN_INSTALL} flatpak packagekit-qt5 rsync unzip vim
arch-chroot ${HOLO_INSTALL_DIR} flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
arch-chroot ${HOLO_INSTALL_DIR} echo "recoveryinit" > /root/.bashrc
}