cleanup of repo

This commit is contained in:
psipher
2026-01-26 11:49:22 +01:00
parent d295db6c9b
commit 4cd49cc015
11 changed files with 361 additions and 43 deletions

View File

@@ -39,7 +39,7 @@ get_downloads_dir() {
# Get latest version
get_latest_version() {
echo -e "${CYAN} Checking latest version...${NC}"
latest_release=$(curl -s https://api.github.com/repos/yeongpin/cursor-free-vip/releases/latest) || {
latest_release=$(curl -s https://api.github.com/repos/psipher/cursor-free-vip-main/releases/latest) || {
echo -e "${RED}❌ Cannot get latest version information${NC}"
exit 1
}