This commit is contained in:
t470p
2024-05-11 19:55:11 -05:00
parent 6fe9f56f0e
commit 645bc316bb

View File

@@ -14,18 +14,16 @@ if [ $# -lt 1 ]; then
echo "usage: '$this_file_name {all}'"
exit 1
fi
operation=$1
source ../dots/archinstall/$HOST/options.sh
clone_trg=/tmp
source ${clone_trg}/lnx-arch/dots/archinstall/$HOST/options.sh
if [ -z "${OPTIONS_LOADED}" ]; then
echo "error: unable to load options"
exit 1
fi
user=${USER}
clone_trg=/tmp
# ~ ~ ~ ~ ~ ~ ~ ~ ~ ~