Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

mxve/plutonium-updater.rs

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plutonium CLI Updater

Download

Quick Start

Windows

  1. Download and unzip
  2. Run plutonium-updater.exe

Linux/MacOS

# Extract
tar xfv plutonium-updater-*.tar.gz
# Make executable
chmod +x plutonium-updater
# Run
./plutonium-updater

Example Scripts

Windows (update.bat)

@echo off
set installDir=C:\your_pluto_directory
plutonium-updater.exe -d "%installDir%"

Linux/MacOS (update.sh)

#!/bin/bash
INSTALLDIR=/home/pluto/pluto_dir
./plutonium-updater -d "$INSTALLDIR"

Arguments

  • -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)

Building from Source

  1. Install Rust
  2. Clone repository
  3. Build: cargo build --release
  4. Binary location: target/release/plutonium-updater(.exe)

Exit Codes

  • 0: Success
  • 1: Update available (with --check)
  • 101: Error
Morty Proxy This is a proxified and sanitized view of the page, visit original site.