diff --git a/scripts/install_hotel.sh b/scripts/install_hotel.sh index 79b5a53..0f941b9 100755 --- a/scripts/install_hotel.sh +++ b/scripts/install_hotel.sh @@ -44,9 +44,12 @@ get_and_store_github_key() { log "" log "We need a github key to download hotel, and for hotel to use to pull git repos" log "It will be stored in the system keychain" - log "You can get this from:" + log "" + log "You can generate a token here:" log " https://github.com/settings/tokens/new?scopes=repo " log "" + log "The token MUST have CultureAmp SSO configured or this script WILL FAIL" + log "" # no token found, ask user read -s -r -p "Github token: " github_token fi