19-01-2023

-correct shebang install.sh
-update help
This commit is contained in:
2023-01-19 10:15:50 +01:00
parent 4b50b08fee
commit 9e20c86589
2 changed files with 81 additions and 55 deletions

View File

@@ -1,4 +1,4 @@
#/usr/bin/env bash
#!/usr/bin/env bash
# /opt/homebrew/etc/bash_completion.d/soco-cli-gui-completion.bash
@@ -8,10 +8,9 @@ underline="\033[4m"
bold="\033[1m"
reset="\033[0m"
SCRIPT_PATH=`pwd`
SCRIPT_PATH=$(pwd)
completion_path="/opt/homebrew/etc/bash_completion.d"
# Make soco-cli-gui accessible in PATH
if [ -d $HOME/.local/bin ]; then