switched to .local/bin
This commit is contained in:
parent
10b2493da0
commit
aaa23d06fd
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ build () {
|
|||
f=$(echo "$dir" | sed 's/\.\///')
|
||||
nimble install -y
|
||||
if [[ $i == "install" ]]; then
|
||||
sudo cp -v "$f" "/usr/local/bin/$f"
|
||||
cp -v "$f" "$HOME/.local/bin/$f"
|
||||
fi
|
||||
cd ../
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue