scripts

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

commit 825fd88ee0e9dc7d5efc46458b7283a640c049d7
parent 52afa333551751a08a7b2b2d06b55e5f096aeecc
Author: GeaRSiX <gearsix@tuta.io>
Date:   Mon, 31 Aug 2020 13:16:49 +0100

bugfix to prev. commit

Diffstat:
Minstall | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install b/install @@ -81,7 +81,7 @@ install_yn () { printf "\tinstalled $dest\n" ask=1 elif [[ $yn == "n" || $yn == "N" || $yn == "no" ]]; then - echo "\tskipping...\n" + printf "\tskipping...\n" ask=1 elif [[ $yn == "i" || $yn == "I" || $yn == "info" ]]; then grep -i "description\|dependencies\|arguments\|depreciated" $script