From bf308155e3da8e1eac6c30ae2c7626788286f854 Mon Sep 17 00:00:00 2001 From: tuxwarrior Date: Tue, 30 Apr 2024 22:02:09 -0500 Subject: [PATCH] layout upd --- scripts/99_deploy.sh | 2 +- scripts/99_software.sh | 5 ++--- scripts/curae.sh | 4 ++-- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/scripts/99_deploy.sh b/scripts/99_deploy.sh index f1e7e36..97b0346 100644 --- a/scripts/99_deploy.sh +++ b/scripts/99_deploy.sh @@ -72,7 +72,7 @@ deploy_file() { ls -al ${_trg_path} } - +# ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ # download all dots (dot files) from repo if [ ${operation} == "dots" ] ; then diff --git a/scripts/99_software.sh b/scripts/99_software.sh index 15acf3a..1d3a14f 100644 --- a/scripts/99_software.sh +++ b/scripts/99_software.sh @@ -32,6 +32,8 @@ param_check() { fi } +# ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ + # ----- # always update the system # ----- @@ -39,7 +41,6 @@ sudo pacman -Syu echo "-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-" - # ----- # setup all packages for given host # ----- @@ -94,8 +95,6 @@ if [ ${operation} == "setup" ] ; then fi - - # ----- # install package # ----- diff --git a/scripts/curae.sh b/scripts/curae.sh index 97971df..b770a98 100644 --- a/scripts/curae.sh +++ b/scripts/curae.sh @@ -48,6 +48,8 @@ case $operation in esac shopt -u extglob +# ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ + # helper function execute_script() { file=$1 @@ -59,10 +61,8 @@ execute_script() { /tmp/${file} ${parameter_1} ${parameter_2} } - # ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ - # update dot files shopt -s extglob if [ $operation == "dots" ] ; then