diff --git a/scripts/install.sh b/scripts/install.sh index 3655d1b..5a2cd76 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -101,12 +101,12 @@ fi if [ -x "$INSTALL_DIR/$REPO_NAME" ] || [ "$OS" = "windows" ]; then echo -e "${GREEN}Successfully installed vico-cli CLI to ${INSTALL_DIR}/${REPO_NAME}${NC}" echo -e "\nTo use the CLI, you need to set up your credentials:" - echo -e "${YELLOW}export vico-cli_EMAIL=\"your.email@example.com\"${NC}" - echo -e "${YELLOW}export vico-cli_PASSWORD=\"your-password\"${NC}" + echo -e "${YELLOW}export VICOHOME_EMAIL=\"your.email@example.com\"${NC}" + echo -e "${YELLOW}export VICOHOME_PASSWORD=\"your-password\"${NC}" echo -e "\nYou can now run: ${GREEN}${REPO_NAME} devices list${NC}" else echo -e "${RED}Installation failed. Please try again or install manually.${NC}" exit 1 fi -exit 0 \ No newline at end of file +exit 0