urls at the top
This commit is contained in:
@@ -16,7 +16,10 @@ if [ $# -lt 1 ]; then
|
|||||||
fi
|
fi
|
||||||
operation=$1
|
operation=$1
|
||||||
|
|
||||||
|
# urls
|
||||||
|
targz_dots_url=https://gi.op.fo/fro/lnx-arch/archive/master.tar.gz
|
||||||
options_url=https://gi.op.fo/fro/lnx-arch/raw/branch/master/dots/archinstall/${HOSTNAME}/options.sh
|
options_url=https://gi.op.fo/fro/lnx-arch/raw/branch/master/dots/archinstall/${HOSTNAME}/options.sh
|
||||||
|
|
||||||
options_trg=/tmp/options.sh
|
options_trg=/tmp/options.sh
|
||||||
rm -rf ${options_trg}
|
rm -rf ${options_trg}
|
||||||
rm -rf ${options_trg}.tmp
|
rm -rf ${options_trg}.tmp
|
||||||
@@ -175,7 +178,6 @@ deploy_file() {
|
|||||||
if [ ${operation} == "dots" ] ; then
|
if [ ${operation} == "dots" ] ; then
|
||||||
|
|
||||||
# declarations
|
# declarations
|
||||||
targz_dots_url=https://gi.op.fo/fro/lnx-arch/archive/master.tar.gz
|
|
||||||
dots_trg=${clone_trg}/lnx-arch/dots
|
dots_trg=${clone_trg}/lnx-arch/dots
|
||||||
|
|
||||||
echo "***** ${operation} *****"
|
echo "***** ${operation} *****"
|
||||||
|
|||||||
Reference in New Issue
Block a user