This repository contains script tools for installing and building the Cursor editor.
- Automatically download and install the latest version of Cursor editor
- Support for DEB package building for Debian/Ubuntu systems
- Simple and easy-to-use command line interface
Use the following command to directly download and execute the installation script from the network:
bash -c "$(curl -fsSL https://raw.githubusercontent.com/ITJesse/cursor-pack/main/install_cursor.sh)"
Run the following command to download and install the latest version of Cursor:
bash install_cursor.sh
If you want to build a DEB package for Debian/Ubuntu systems, you can use:
bash build_deb.sh
- Linux operating system (Debian/Ubuntu series preferred)
- bash environment
- curl or wget (for downloading)
Bug reports and improvement suggestions are welcome! Please participate in the project through GitHub Issues or Pull Requests.
MIT