We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ceb59ee + 634b9c1 commit e1d7d56Copy full SHA for e1d7d56
cvm.sh
@@ -35,7 +35,7 @@
35
#
36
CURSOR_DIR="$HOME/.local/share/cvm"
37
DOWNLOADS_DIR="$CURSOR_DIR/app-images"
38
-CVM_VERSION="1.1.0"
+CVM_VERSION="1.1.1"
39
40
41
@@ -74,7 +74,7 @@ downloadLatest() {
74
downloadVersion() {
75
version=$1 # e.g. 2.1.0
76
remoteFilename="cursor-$version"x86_64.AppImage
77
- localFilename="cursor-$version.AppImage2"
+ localFilename="cursor-$version.AppImage"
78
url="https://cursor-archive.ivstiv.dev/archive/linux-x64/$remoteFilename"
79
echo "Downloading Cursor $version..."
80
curl -L "$url" -o "$DOWNLOADS_DIR/$localFilename"
0 commit comments