Merge pull request #418 from guillaumecabanel/patch-1

fix cursor download url
This commit is contained in:
David Heinemeier Hansson
2025-04-04 11:08:02 +02:00
committed by GitHub

View File

@@ -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