mirror of
https://github.com/bhaiest/holoiso.git
synced 2024-11-15 07:42:48 +01:00
Add missing dependencies, set the user to wheel for flatpacks to install correctly, and update the profile to use the builder's git config.
This commit is contained in:
parent
5a6c5b3be3
commit
fe8b772098
@ -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
|
||||
}
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
iso_name="SteamOS_Holo"
|
||||
iso_label="HOLO_$(date +%Y%m)"
|
||||
iso_publisher="theVakhovske <https://github.com/bhaiest>"
|
||||
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"
|
||||
|
Loading…
Reference in New Issue
Block a user