scripts

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

commit cd69d3242bbe2322cfffaab6ea9f0dc3cf55c460
parent dcd6fca9786c034a7bdc0e094add1d7da99c6733
Author: gearsix@tuta.io <gearsix>
Date:   Mon, 21 Feb 2022 11:22:00 +0000

fix to install.sh

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

diff --git a/install.sh b/install.sh @@ -18,7 +18,7 @@ force=0 verbose=0 default_destination=$HOME/.local/bin if [[ $USER == "root" ]]; then default_destination=/usr/local/bin/; fi -source=./src/*.* +source=./nix/*.* depreciated_src=./src/depreciated/*.* scripts=() depreciated=0