We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a148139 + 2ad582d commit ce78a3dCopy full SHA for ce78a3d
install/desktop/optional/app-cursor.sh
@@ -1,5 +1,5 @@
1
cd /tmp
2
-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
3
sudo mv cursor.appimage /opt/cursor.appimage
4
sudo chmod +x /opt/cursor.appimage
5
sudo apt install -y fuse3
0 commit comments