PortValhalla/profiles/DerGeret/Arch/install.sh

16 lines
512 B
Bash
Raw Normal View History

2023-06-20 20:06:19 +00:00
#!/bin/bash
pushd "${BASH_SOURCE%/*}" > /dev/null;
. "../../../scripts/Arch/Config/SecureBoot/install.sh";
. "../../../scripts/Arch/Software/nvidia-dkms/install.sh";
2023-06-21 19:45:52 +00:00
. "../../../scripts/Arch/Software/xow/install.sh";
2023-06-20 20:06:19 +00:00
. "../../../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;