PortValhalla/profiles/ManuSurface/setup.sh

17 lines
606 B
Bash
Executable file

#!/bin/bash
pushd "${BASH_SOURCE%/*}" > /dev/null;
# Set Hostname
sudo hostnamectl set-hostname ManuSurface;
source "../../scripts/PopOS/Scripts/preinstall.sh";
source "../../scripts/PopOS/OS/install.sh";
source "../../scripts/Debian/Devices/SurfaceBook2/Setup/install.sh";
source "../../scripts/PopOS/Software/Collections/school.sh";
INSTALL_FONTS=1 NEXTCLOUD_DIR="Nextcloud" source "../../scripts/Common/Config/UserProfile/install.sh";
# Install equalizer
source "../../scripts/Common/Config/EasyEffects/SurfaceBook2/install.sh";
source "../../scripts/PopOS/Scripts/postinstall.sh";
popd > /dev/null;