From 20d9d7294bbaf14fa4ef634c592af938132e77cc Mon Sep 17 00:00:00 2001 From: Valerie Wolfe Date: Thu, 22 Aug 2024 09:44:05 -0400 Subject: [PATCH] updated default install location --- justfile | 2 +- scripts/justfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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