diff --git a/airootfs/usr/local/bin/holoinstall b/airootfs/usr/local/bin/holoinstall index 57bca6d..096c706 100755 --- a/airootfs/usr/local/bin/holoinstall +++ b/airootfs/usr/local/bin/holoinstall @@ -192,8 +192,9 @@ full_install() { arch-chroot ${HOLO_INSTALL_DIR} chown -R ${HOLOUSER}:${HOLOUSER} /home/${HOLOUSER}/Desktop arch-chroot ${HOLO_INSTALL_DIR} systemctl enable cups bluetooth sddm holoiso-reboot-tracker arch-chroot ${HOLO_INSTALL_DIR} usermod -a -G rfkill ${HOLOUSER} + arch-chroot ${HOLO_INSTALL_DIR} usermod -a -G wheel ${HOLOUSER} arch-chroot ${HOLO_INSTALL_DIR} sudo -u ${HOLOUSER} steam - arch-chroot ${HOLO_INSTALL_DIR} ${CMD_PACMAN_INSTALL} flatpak + 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 } diff --git a/profiledef.sh b/profiledef.sh index 2fd439d..5adfc5f 100644 --- a/profiledef.sh +++ b/profiledef.sh @@ -3,7 +3,7 @@ iso_name="SteamOS_Holo" iso_label="HOLO_$(date +%Y%m)" -iso_publisher="theVakhovske " +iso_publisher="$(git config --get user.name) <$(git config --get remote.origin.url | sed "s#^.*:#https://www.github.com/#g")>" iso_application="SteamOS Live/Rescue CD" iso_version="$(date +%Y%m%d_%H%M)_amdgpu" install_dir="arch"