Add a script for installing ManuSurface

This commit is contained in:
Manuel Thalmann 2023-04-17 10:26:56 +02:00
parent 5d05144a29
commit f12c6bc28a

View file

@ -0,0 +1,11 @@
#!/bin/bash
pushd "${BASH_SOURCE%/*}" > /dev/null;
. "../../../scripts/Arch/Devices/SurfaceBook2/install.sh";
. "../../../scripts/Arch/Collections/school.sh";
NEXTCLOUD_DIR="Nextcloud" \
INSTALL_FONTS=0 \
. "../../../scripts/Common/Config/UserProfile/install.sh";
popd > /dev/null;