PortValhalla/profiles/ManuSurface/Arch/install.sh

17 lines
500 B
Bash
Raw Normal View History

#!/bin/bash
pushd "${BASH_SOURCE%/*}" > /dev/null;
. "../../../scripts/Arch/OS/install.sh";
2023-05-22 21:12:02 +00:00
. "../../../scripts/Arch/Config/SecureBoot/install.sh";
. "../../../scripts/Arch/Devices/SurfaceBook2/install.sh";
2023-05-04 08:10:51 +00:00
. "../../../scripts/Arch/Config/ssh-agent/install.sh";
. "../../../scripts/Arch/Collections/school.sh";
2023-05-03 16:34:30 +00:00
NEXTCLOUD_DIR="${NEXTCLOUD_DIR}" \
INSTALL_FONTS=0 \
. "../../../scripts/Common/Config/UserProfile/install.sh";
2023-11-13 11:35:20 +00:00
. "../../../scripts/Common/Config/Steam/hidpi.sh";
popd > /dev/null;