Refactor the sddm
installation
This commit is contained in:
parent
6a559d1756
commit
1d3f614d16
2 changed files with 3 additions and 2 deletions
|
@ -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}" \
|
||||
|
|
|
@ -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";
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue