From f12c6bc28afc732234bd22455081736a2afdf36c Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Mon, 17 Apr 2023 10:26:56 +0200 Subject: [PATCH] Add a script for installing ManuSurface --- profiles/ManuSurface/Arch/install.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 profiles/ManuSurface/Arch/install.sh diff --git a/profiles/ManuSurface/Arch/install.sh b/profiles/ManuSurface/Arch/install.sh new file mode 100755 index 00000000..401e1fa8 --- /dev/null +++ b/profiles/ManuSurface/Arch/install.sh @@ -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;