mirror of
https://github.com/aljazceru/omakub.git
synced 2025-12-18 21:14:21 +01:00
Merge pull request #418 from guillaumecabanel/patch-1
fix cursor download url
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user