- Download and unzip
- Run
plutonium-updater.exe
# Extract
tar xfv plutonium-updater-*.tar.gz
# Make executable
chmod +x plutonium-updater
# Run
./plutonium-updater@echo off
set installDir=C:\your_pluto_directory
plutonium-updater.exe -d "%installDir%"#!/bin/bash
INSTALLDIR=/home/pluto/pluto_dir
./plutonium-updater -d "$INSTALLDIR"-d, --directory <path>- Install directory (default: "plutonium")-f, --force- Force file hash check-l, --launcher- Download launcher assets-q, --quiet- Hide file actions-s, --silent- Hide all non-error output-c, --check- Check for updates (exit: 0=current, 1=outdated)--version-local- Print local version--version-cdn- Print latest version--no-color- Disable colors--backup- Create backup while updating--manual-backup- Create/update backup--backup-list- List backups--backup-restore <backup>- Restore backup--cdn-url- Override CDN URL-e, --exclude <path>- Exclude file/folder from update--threads <number>- Number of download threads (default: 2)
- Install Rust
- Clone repository
- Build:
cargo build --release - Binary location:
target/release/plutonium-updater(.exe)
- 0: Success
- 1: Update available (with --check)
- 101: Error
