Update INSTALL.sh

This commit is contained in:
Stefan Pejcic 2024-09-04 12:05:37 +02:00 committed by GitHub
parent 7c4b8cea68
commit a83d65329b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@
# Usage: bash <(curl -sSL https://openpanel.org)
# Author: Stefan Pejcic <stefan@pejcic.rs>
# 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:"