下载 v0.50.4 AppImage 包
wget -c https://downloads.cursor.com/production/8ea935e79a50a02da912a034bbeda84a6d3d355d/linux/x64/Cursor-0.50.4-x86_64.AppImage
重命名
mv Cursor-0.50.4-x86_64.AppImage Cursor-0.50.4.AppImage
制作安装脚本
#!/bin/bash ver=0.50.4 chmod +x Cursor-${ver}.AppImage ./Cursor-${ver}.AppImage --appimage-extract mv squashfs-root Cursor-${ver} mkdir -p Cursor-${ver}/usr/local/cursor Cursor-${ver}/usr/local/bin shopt -s dotglob mv Cursor-${ver}/* Cursor-${ver}/usr/local/cursor shopt -u dotglob ( cd Cursor-${ver}/usr/local/bin/ && ln -s ../cursor/cursor . ) mkdir Cursor-${ver}/DEBIAN cat > Cursor-${ver}/DEBIAN/control << ENDL Package: cursor Version: ${ver} Architecture: all Maintainer: nobody@nobody.com Installed-Size: 143209148 Section: misc Priority: optional Description: cursor app ENDL dpkg-deb --build Cursor-${ver}
安装包
sudo apt install ./Cursor-0.50.4.deb
版权归属:
billy
许可协议:
本文使用《署名-非商业性使用-相同方式共享 4.0 国际 (CC BY-NC-SA 4.0)》协议授权
评论区