mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update INSTALL.sh
This commit is contained in:
parent
7c4b8cea68
commit
a83d65329b
@ -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
|
||||
#
|
||||
################################################################################
|
||||
|
||||
@ -1238,6 +1238,9 @@ 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"
|
||||
|
||||
source ~/.bashrc
|
||||
|
||||
echo "Testing 'opencli' commands:"
|
||||
|
Loading…
Reference in New Issue
Block a user