Add a script for installing ManuSurface
This commit is contained in:
parent
023ae9136b
commit
7826002763
1 changed files with 11 additions and 0 deletions
11
profiles/ManuSurface/Arch/install.sh
Executable file
11
profiles/ManuSurface/Arch/install.sh
Executable 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;
|
Loading…
Reference in a new issue