diff options
| author | TeddyKagurazaka <13889770+TeddyKagurazaka@users.noreply.github.com> | 2025-05-25 13:30:23 +0800 |
|---|---|---|
| committer | TeddyKagurazaka <13889770+TeddyKagurazaka@users.noreply.github.com> | 2025-05-25 13:30:23 +0800 |
| commit | c0b6a0f186b73af6999cccc97b6277e010b0fcf2 (patch) | |
| tree | 3a03e9f06b6bb7aaebeac21ca00d148eb42104f7 | |
| parent | 25ee656ecfb4f6007412bcb1f40bbf4efacacd43 (diff) | |
| download | decky-installer-c0b6a0f186b73af6999cccc97b6277e010b0fcf2.tar.gz decky-installer-c0b6a0f186b73af6999cccc97b6277e010b0fcf2.zip | |
change some word for github api check
| -rw-r--r-- | cli/install_prerelease.sh | 2 | ||||
| -rw-r--r-- | cli/install_release.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cli/install_prerelease.sh b/cli/install_prerelease.sh index d447d35..b232906 100644 --- a/cli/install_prerelease.sh +++ b/cli/install_prerelease.sh @@ -20,7 +20,7 @@ fi # check if api.github.com is working(not rate-limited) if ! curl -Is https://api.github.com/repos/SteamDeckHomebrew/decky-loader/releases | head -1 | grep 200 > /dev/null then - echo "Your network are being rate-limited from Github api, please wait for a while and try again." + echo "Your network have problems accessing Github Api(probably rate-limited), please wait for a while and try again." exit 1 fi diff --git a/cli/install_release.sh b/cli/install_release.sh index cb461b3..6077a58 100644 --- a/cli/install_release.sh +++ b/cli/install_release.sh @@ -20,7 +20,7 @@ fi # check if api.github.com is working(not rate-limited) if ! curl -Is https://api.github.com/repos/SteamDeckHomebrew/decky-loader/releases | head -1 | grep 200 > /dev/null then - echo "Your network are being rate-limited from Github api, please wait for a while and try again." + echo "Your network have problems accessing Github Api(probably rate-limited), please wait for a while and try again." exit 1 fi |
