PortValhalla/profiles/DerGeret/Arch/install.sh

17 lines
488 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";
. "../../../scripts/Arch/Software/sddm/install.sh";
. "../../../scripts/Arch/Config/ssh-agent/install.sh";
. "../../../scripts/Arch/Collections/personal.sh";
2023-06-21 19:40:21 +00:00
yay --noconfirm -Syu xow;
2023-06-20 20:06:19 +00:00
NEXTCLOUD_DIR="${NEXTCLOUD_DIR}" \
INSTALL_FONTS=0 \
. "../../../scripts/Common/Config/UserProfile/install.sh";
popd > /dev/null;