diff --git a/justfile b/justfile index 326a64b..b0cd6e6 100644 --- a/justfile +++ b/justfile @@ -5,7 +5,7 @@ alias i := install build TARGET: just {{TARGET}}/build -install TARGET='all' DIR="~/.bin/": +install TARGET='all' DIR="/usr/local/bin": #!/usr/bin/bash if [[ {{TARGET}} == 'all' ]]; then just install scripts {{DIR}} diff --git a/scripts/justfile b/scripts/justfile index d488c76..2726eb6 100644 --- a/scripts/justfile +++ b/scripts/justfile @@ -1,7 +1,7 @@ alias i := install -install DIR="~/.bin": +install DIR="/usr/local/bin": cp cmd.sh {{DIR}}/cmd cp dos.sh {{DIR}}/dos cp elevate.sh {{DIR}}/elevate