u
This commit is contained in:
@@ -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
|
||||
|
||||
# ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user