From 2ad582d3fe09f30b3b5656b2325c9a3d63892aad Mon Sep 17 00:00:00 2001 From: Guillaume CABANEL Date: Wed, 26 Mar 2025 16:29:10 +0100 Subject: [PATCH] fix cursor download url Closes https://github.com/basecamp/omakub/issues/414 --- install/desktop/optional/app-cursor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/desktop/optional/app-cursor.sh b/install/desktop/optional/app-cursor.sh index ddab8fe..6321671 100644 --- a/install/desktop/optional/app-cursor.sh +++ b/install/desktop/optional/app-cursor.sh @@ -1,5 +1,5 @@ cd /tmp -curl -L --output cursor.appimage https://downloader.cursor.sh/linux/x64 +curl -L "https://www.cursor.com/api/download?platform=linux-x64&releaseTrack=stable" | jq -r '.downloadUrl' | xargs curl -L -o cursor.appimage sudo mv cursor.appimage /opt/cursor.appimage sudo chmod +x /opt/cursor.appimage sudo apt install -y fuse3