Skip to content

Commit a23be4a

Browse files
committed
?
1 parent 814b483 commit a23be4a

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
curl -s https://api.github.com/repos/prismlauncher/PrismLauncher/releases/latest | grep ".AppImage\"" | grep "browser_download_url" | awk '{print $2}' | awk -F"/" '{print $8}'
1+
curl -s https://api.github.com/repos/prismlauncher/PrismLauncher/releases/latest | grep ".AppImage\"" | grep "browser_download_url" | awk '{print $2}' | awk -F"/" '{print $8}' | tail -n1

etc/tools/updates.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,6 @@ for dir in "$APPS_DIR"/*/; do
3535
done
3636
done
3737

38-
curl -s https://api.github.com/repos/prismlauncher/PrismLauncher/releases/latest
38+
curl -s https://api.github.com/repos/microsoft/vscode/releases/latest
39+
curl -s https://api.github.com/repos/betterscratch/desktop/releases/latest
40+
curl -s https://api.github.com/repos/modrinth/code/releases/latest

0 commit comments

Comments
 (0)