Update Management: Difference between revisions

From Kolmafia
Jump to navigation Jump to search
Gausie (talk | contribs)
m Add update-kolmafia
Gausie (talk | contribs)
m Fixed heading
 
(2 intermediate revisions by one other user not shown)
Line 9: Line 9:


https://github.com/C2Talon/update-kolmafia
https://github.com/C2Talon/update-kolmafia
=== '''Powershell Auto-Update Script by BigVinnie (Windows)''' ===
A one-click updater+launcher using Windows Powershell.
https://kolmafia.us/threads/powershell-to-auto-update-kolmafia.29816/

Latest revision as of 10:29, 27 March 2026

New versions of KoLmafia are posted to the GitHub releases page. To manage updates, many members of the community have produced "automatic update" scripts.

Gausie's One-Liner

In a Unix shell (Linux, Mac and WSL) as long as you have curl and jq installed this should download and run the latest version.

curl -fLsgo kolmafia.jar $(curl -fsg 'https://api.github.com/repos/kolmafia/kolmafia/releases/latest' | jq -r '.assets[] | select(.browser_download_url | contains(".jar")).browser_download_url') && java -jar kolmafia.jar

update-kolmafia

C2Talon has created an application to download and run the latest KoLmafia with binaries for Windows and Unix-like operating systems

https://github.com/C2Talon/update-kolmafia

Powershell Auto-Update Script by BigVinnie (Windows)

A one-click updater+launcher using Windows Powershell.

https://kolmafia.us/threads/powershell-to-auto-update-kolmafia.29816/