From 5137573ba07ac6c45600a4c7b276a72fa04f779b Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Wed, 4 Sep 2024 15:21:09 +0200 Subject: [PATCH] Update INSTALL.sh --- INSTALL.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.sh b/INSTALL.sh index f57e3be2..03de110c 100644 --- a/INSTALL.sh +++ b/INSTALL.sh @@ -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