Last active
November 16, 2024 11:08
-
-
Save Daniel-VDM/8be7f0577a05baf8c63448cd1bba332e to your computer and use it in GitHub Desktop.
ffxiv-beta-dalamud.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| curl -L -o /usr/bin/jq.exe https://github.com/stedolan/jq/releases/latest/download/jq-win64.exe | |
| key=$(curl -s https://kamori.goats.dev/Dalamud/Release/VersionInfo?track=staging | jq -r '.key') | |
| cp $HOME/AppData/Roaming/XIVLauncher/dalamudConfig.json $HOME/AppData/Roaming/XIVLauncher/dalamudConfig.json.$(date +%s ).bak | |
| cat $HOME/AppData/Roaming/XIVLauncher/dalamudConfig.json | jq ".DalamudBetaKey = \"$key\"" > $HOME/AppData/Roaming/XIVLauncher/dalamudConfig.json |
Author
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
MINGW64shell (this) is run as admin%AppData%\XIVLauncher\