diff --git a/profiles/ManuSurface/Arch/install.sh b/profiles/ManuSurface/Arch/install.sh index 17836c25..f7b0add3 100755 --- a/profiles/ManuSurface/Arch/install.sh +++ b/profiles/ManuSurface/Arch/install.sh @@ -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}" \ diff --git a/scripts/Arch/OS/setup.sh b/scripts/Arch/OS/setup.sh index f848eb38..b84572c2 100755 --- a/scripts/Arch/OS/setup.sh +++ b/scripts/Arch/OS/setup.sh @@ -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";