scripts

My personal collection of scripts
git clone git://src.gearsix.net/scripts
Log | Files | Refs | Atom | README | LICENSE

commit f916f062f28d84cb970a600bced7891681c4647a
parent cd5d51fde30c75575aa64019f00909071a4f74d9
Author: gearsix@tuta.io <gearsix@tuta.io>
Date:   Wed, 29 Jul 2020 14:16:57 +0100

bugfix in install

Diffstat:
Minstall | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/install b/install @@ -165,9 +165,9 @@ while [[ $depreciated -eq 0 ]]; do for script in $depreciated_src; do install_yn $script ${destination//"~"/$HOME}/$(basename $script .sh) 1 done - ask=1 + depreciated=1 elif [[ $yn == "n" || $yn == "N" || $yn == "no" ]]; then - ask=1 + depreciated=1 elif [[ $yn == "i" || $yn == "I" || $yn == "info" ]]; then echo "depreciated scripts have been found redundant, details are provided in the \"info\" for each script" fi