Has someone found out what the sed pattern is for 0.46?
Just I fixed my script yesterday:
TARGET_FILE="squashfs-root/usr/share/cursor/resources/app/out/main.js"
Also, I’ve update the download url because the previous hadn’t downloading the last version for linux:
#APPIMAGE_URL="https://downloader.cursor.sh/linux/appImage/x64"
APPIMAGE_URL=$( curl -s 'https://www.cursor.com/api/download?platform=linux-x64&releaseTrack=latest' | jq -r .downloadUrl )
wget -O $APPDIR/tmp.AppImage $APPIMAGE_URL
2 Likes
jq
haha, very nice!
Today, I released a new version my script. Now, it uses jq like above.
PR are welcome.
2 Likes
Just created an account to say thank you for the script! It works great in fedora
1 Like
Today, I add:
- update on login via user systemd
- check last update before download
- desktop notifications
If you like this, just run the 2 install lines. (after you checked the scripts…)
Today, I fixed the wayland hint.
Run installation again.
Enjoy.
On my system I don’t need the patching anymore. Therefor I added an option
“–useAsShipped”