Skip to content

Commit ce78a3d

Browse files
authored
Merge pull request #418 from guillaumecabanel/patch-1
fix cursor download url
2 parents a148139 + 2ad582d commit ce78a3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/desktop/optional/app-cursor.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cd /tmp
2-
curl -L --output cursor.appimage https://downloader.cursor.sh/linux/x64
2+
curl -L "https://www.cursor.com/api/download?platform=linux-x64&releaseTrack=stable" | jq -r '.downloadUrl' | xargs curl -L -o cursor.appimage
33
sudo mv cursor.appimage /opt/cursor.appimage
44
sudo chmod +x /opt/cursor.appimage
55
sudo apt install -y fuse3

0 commit comments

Comments
 (0)