Skip to content

Commit

Permalink
Update switchScript.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
JiuXia2025 authored Mar 25, 2024
1 parent b787cfc commit 21e6bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion switchScript.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ cd SwitchSD
curl -sL https://api.github.com/repos/Atmosphere-NX/Atmosphere/releases/latest \
| jq '.name' \
| xargs -I {} echo {} >> ../description.txt
curl -sL https://api.github.com/repos/borntohonk/Atmosphere/releases/latest \
curl -sL https://api.github.com/repos/Atmosphere-NX/Atmosphere/releases/latest \
| jq '.assets' | jq '.[0].browser_download_url' \
| xargs -I {} curl -sL {} -o atmosphere.zip
if [ $? -ne 0 ]; then
Expand Down

0 comments on commit 21e6bf5

Please sign in to comment.