Add a script for setting up Arch on surface

This commit is contained in:
Manuel Thalmann 2023-04-04 00:10:41 +02:00
parent 57e336ffd1
commit 2504264147

View file

@ -0,0 +1,9 @@
#!/bin/bash
pushd "${BASH_SOURCE%/*}" > /dev/null;
ARCH_DISK=nvme0n1 \
ARCH_HOSTNAME="manu-surface" \
USER_DISPLAYNAME="Manuel Thalmann" \
. "../../../scripts/Arch/OS/setup.sh";
popd > /dev/null;