Update INSTALL.sh

This commit is contained in:
Stefan Pejcic
2024-09-04 15:21:09 +02:00
committed by GitHub
parent 64f9795fad
commit 5137573ba0

View File

@@ -1239,7 +1239,7 @@ opencli_setup(){
complete -W \"\$(generate_autocomplete)\" opencli" >> ~/.bashrc
# The command could not be located because '/usr/local/bin' is not included in the PATH environment variable.
export PATH="/usr/bin:$PATH"
export PATH="/usr/local/bin:$PATH"
source ~/.bashrc