[rog-ally-plasma] fix pacman-key populate

This commit is contained in:
Philip Mueller 2023-07-12 11:34:28 +02:00
parent b3d6b09f61
commit a84fec343a
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ systemctl disable rogally-post-install.service
# Pacman Init
pacman-key --init
pacman-key --populate archlinuxarm manjaro manjaro-arm
pacman-key --populate archlinux manjaro
# Disable the root login
passwd --lock root

View File

@ -11,7 +11,7 @@ echo "DisplayServer=wayland" >> /etc/sddm.conf.d/manjaro.conf
echo "[Autologin]" >> /etc/sddm.conf.d/manjaro.conf
echo "Relogin=true" >> /etc/sddm.conf.d/manjaro.conf
echo "Session=gamescope-session.desktop" >> /etc/sddm.conf.d/manjaro.conf
echo "User=$ALMA_USER" >> /etc/sddm.conf.d/manjaro.conf
echo "User=${ALMA_USER}" >> /etc/sddm.conf.d/manjaro.conf
echo "[X11]" >> /etc/sddm.conf.d/manjaro.conf
echo "# Janky workaround for wayland sessions not stopping in sddm, kills" >> /etc/sddm.conf.d/manjaro.conf
echo "# all active sddm-helper sessions on teardown" >> /etc/sddm.conf.d/manjaro.conf