Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
exit 0