Skip to content

Commit

Permalink
Changelog:
Browse files Browse the repository at this point in the history
- Review linux-surface install on SteamOS
  • Loading branch information
sebanc committed Apr 7, 2024
1 parent aa16ba0 commit e72df1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions linuxloops
Original file line number Diff line number Diff line change
Expand Up @@ -6250,6 +6250,7 @@ esac
cat >"${linuxloopsdir}"/chroot/bootstrap/linuxloops/install_desktop <<INSTALL_DESKTOP
#!/bin/bash
set -e
if [ "${desktop}" == "None" ]; then exit 0; fi
${install_desktop}
systemctl enable ${desktop_services} dbus-broker.service sddm.service
systemctl enable --global dbus-broker.service
Expand Down Expand Up @@ -8096,6 +8097,7 @@ cat >>/etc/pacman.conf <<'SURFACEREPO'
[linux-surface]
Server = https://pkg.surfacelinux.com/arch/
SURFACEREPO
if [ "${distro}" == "SteamOS" ]; then echo 'SigLevel = Never' >> /etc/pacman.conf; fi
pacman -Syu
# deepin-anything-arch package depends on linux
if [ "${desktop}" != "Deepin" ]; then pacman -R --noconfirm ${surface_remove}; fi
Expand Down

0 comments on commit e72df1b

Please sign in to comment.