Fix broken script
This commit is contained in:
parent
abb54cfcc2
commit
fc224352e0
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash -e
|
||||
pushd "${BASH_SOURCE%/*}" > /dev/null;
|
||||
. "./partition.sh";
|
||||
|
||||
PARTITION_MODULE="./partition.nix" \
|
||||
ARCH_HOSTNAME="der-geret" \
|
||||
USER_DISPLAYNAME="Manuel Thalmann" \
|
||||
. "../../../scripts/Arch/OS/setup.sh";
|
||||
|
|
Loading…
Reference in a new issue