From 052f8496838b1c97723ffece89c57be9e337139b Mon Sep 17 00:00:00 2001 From: Jack Rose Date: Wed, 12 Jun 2024 15:31:54 +1000 Subject: [PATCH] note about required SSO as this can be confusing --- scripts/install_hotel.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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