#!/bin/bash
pushd "${BASH_SOURCE%/*}" > /dev/null;

. "../../../scripts/Arch/Software/GRUB/install.sh";
. "../../../scripts/Arch/Config/SecureBoot/install.sh";
. "../../../scripts/Arch/Software/nvidia-dkms/install.sh";
. "../../../scripts/Arch/Software/xow/install.sh";
. "../../../scripts/Arch/Software/sddm/install.sh";
. "../../../scripts/Arch/Config/ssh-agent/install.sh";
. "../../../scripts/Arch/Collections/personal.sh";

NEXTCLOUD_DIR="${NEXTCLOUD_DIR}" \
INSTALL_FONTS=0 \
    . "../../../scripts/Common/Config/UserProfile/install.sh";

popd > /dev/null;