Refactor the sddm installation

This commit is contained in:
Manuel Thalmann 2023-05-03 21:46:49 +02:00
parent 1c3ceb8188
commit 6317070f85
2 changed files with 3 additions and 2 deletions

View file

@ -2,6 +2,7 @@
pushd "${BASH_SOURCE%/*}" > /dev/null;
. "../../../scripts/Arch/Devices/SurfaceBook2/install.sh";
. "../../../scripts/Arch/Software/sddm/install.sh";
. "../../../scripts/Arch/Collections/school.sh";
NEXTCLOUD_DIR="${NEXTCLOUD_DIR}" \

View file

@ -49,10 +49,10 @@ echo "KEYMAP=$ARCH_KEYMAP" | arch-chroot "$ARCH_MOUNT_ROOT" tee /etc/vconsole.co
echo "$ARCH_HOSTNAME" | arch-chroot "$ARCH_MOUNT_ROOT" tee /etc/hostname;
arch-chroot "$ARCH_MOUNT_ROOT" mkinitcpio -P;
arch-chroot "$ARCH_MOUNT_ROOT" bash "$tempDir/../Software/yay/install.sh";
arch-chroot "$ARCH_MOUNT_ROOT" bash "$tempDir/../Software/GRUB/install.sh";
arch-chroot "$ARCH_MOUNT_ROOT" bash "$tempDir/../Software/sudo/install.sh";
arch-chroot "$ARCH_MOUNT_ROOT" bash "$tempDir/../Software/sddm/install.sh";
pacstrap -K "$ARCH_MOUNT_ROOT" sddm;
arch-chroot "$ARCH_MOUNT_ROOT" bash "$tempDir/../Config/sddm/install.sh";
arch-chroot "$ARCH_MOUNT_ROOT" bash "$tempDir/../Software/KDE/install.sh";