diff --git a/scripts/99_deploy.sh b/scripts/99_deploy.sh index 30e8ff6..362bab6 100644 --- a/scripts/99_deploy.sh +++ b/scripts/99_deploy.sh @@ -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 # ~ ~ ~ ~ ~ ~ ~ ~ ~ ~