#!/bin/bash pushd "${BASH_SOURCE%/*}" > /dev/null; . "../../../scripts/Arch/OS/install.sh"; . "../../../scripts/Arch/Software/GRUB/install.sh"; . "../../../scripts/Arch/Config/SecureBoot/install.sh"; . "../../../scripts/Arch/Software/nvidia-dkms/install.sh"; . "../../../scripts/Arch/Software/xone/install.sh"; . "../../../scripts/Arch/Software/bt-dualboot/install.sh"; . "../../../scripts/Arch/Collections/personal.sh"; NEXTCLOUD_DIR="${NEXTCLOUD_DIR}" \ INSTALL_FONTS=0 \ . "../../../scripts/Common/Config/UserProfile/install.sh"; popd > /dev/null;