+ depends

meow
Dominika Liberda 2022-05-19 06:33:00 +02:00
parent e35e66cc47
commit 250fed2812
2 changed files with 10 additions and 1 deletions

View File

@ -2,6 +2,15 @@
Takes curseforge minecraft modpacks and installs them without the closed-source, glibc-dependent curseforge client.
### Dependencies
- p7zip
- jq
- bash
- curl
- java (well, duh)
- busybox OR gnu coreutils (tested on busybox ;3)
### Usage
1. Download a ZIP file from curseforge. This is hidden - curse really wants you to use their application. Go to Files -> Main File -> (click on the name) -> `Download` (NOT `Install`)

View File

@ -6,7 +6,7 @@ fi
mkdir -p wrk; cd wrk
wget https://curseforge.overwolf.com/downloads/curseforge-latest-linux.zip
curl -O https://curseforge.overwolf.com/downloads/curseforge-latest-linux.zip
7z -y x curseforge-latest-linux.zip
7z -y x *.AppImage
grep -Poh 'cfCoreApiKey":".*?"' resources/app/dist/desktop/desktop.js | sed 's/.*://;s/"//g' > ../token