diff --git a/README.md b/README.md index 1983d6c..63bd459 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,7 @@ Building the ISO: - Trigger the build by executing: ``` +pacman -Sy archiso git clone https://github.com/bhaiest/holoiso/ sudo mkarchiso -v holoiso ``` diff --git a/airootfs/usr/local/bin/holoinstall b/airootfs/usr/local/bin/holoinstall index 32ff1ad..2b42a0f 100755 --- a/airootfs/usr/local/bin/holoinstall +++ b/airootfs/usr/local/bin/holoinstall @@ -149,6 +149,7 @@ full_install() { cp /etc/holoinstall/steamos-gamemode.desktop /mnt/home/${HOLOUSER}/Desktop/steamos-gamemode.desktop arch-chroot ${HOLO_INSTALL_DIR} chmod +x /home/${HOLOUSER}/Desktop/steamos-gamemode.desktop arch-chroot ${HOLO_INSTALL_DIR} ln -s /usr/share/applications/steam.desktop /home/${HOLOUSER}/Desktop/steam.desktop + arch-chroot ${HOLO_INSTALL_DIR} chown -R ${HOLOUSER}:${HOLOUSER} /home/${HOLOUSER}/Desktop 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