Update INSTALL.sh

This commit is contained in:
Stefan Pejcic 2024-07-16 14:55:52 +02:00 committed by GitHub
parent a6af341460
commit a01c734fb5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -271,7 +271,7 @@ check_requirements() {
architecture=$(lscpu | grep Architecture | awk '{print $2}')
if [ "$architecture" == "aarch64" ]; then
echo -e "${RED}Error: ARM CPU is not supported!${RESET}" >&2
echo -e "${RED}Error: ARM CPU is not yet supported!${RESET}" >&2
exit 1
fi
@ -899,8 +899,8 @@ opencli_setup(){
mkdir -p ${TEMP_DIR}opencli
cd ${TEMP_DIR} && tar -xzf opencli.tar.gz -C ${TEMP_DIR}opencli
cp -r ${TEMP_DIR}opencli/* /usr/local/admin/scripts
rm ${TEMP_DIR}opencli.tar.gz
rm -rf ${TEMP_DIR}opencli
######rm ${TEMP_DIR}opencli.tar.gz
######rm -rf ${TEMP_DIR}opencli
cp /usr/local/admin/scripts/opencli /usr/local/bin/opencli
chmod +x /usr/local/bin/opencli