From a83d65329b5abaf6addf3513cdd3baff660f470c Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Wed, 4 Sep 2024 12:05:37 +0200 Subject: [PATCH] Update INSTALL.sh --- INSTALL.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/INSTALL.sh b/INSTALL.sh index 0840d6f9..f57e3be2 100644 --- a/INSTALL.sh +++ b/INSTALL.sh @@ -10,7 +10,7 @@ # Usage: bash <(curl -sSL https://openpanel.org) # Author: Stefan Pejcic # Created: 11.07.2023 -# Last Modified: 02.09.2024 +# Last Modified: 0.09.2024 # ################################################################################ @@ -1237,7 +1237,10 @@ opencli_setup(){ awk '{print \$NF}' \"\$ALIASES_FILE\" } 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" + source ~/.bashrc echo "Testing 'opencli' commands:"