mirror of
https://github.com/kilyabin/psysonic.git
synced 2026-07-21 22:15:40 +00:00
10ca1bc051
* ci(release): sync Cargo/tauri versions after npm version on promote Keep bundle artifact names aligned with package.json by updating src-tauri/Cargo.toml and tauri.conf.json when promoting channel branches. Made-with: Cursor * ci(release): sync Cargo/tauri in post-release dev bump PR Run the same package.json→Tauri sync after bumping main to the next -dev version so local builds match auto-generated PR contents.
Scripts
install.sh - Auto-Installer for Debian and RHEL-based Systems
This script automatically downloads and installs the latest Psysonic release from GitHub Releases.
Supported Distributions
- Debian/Ubuntu: Downloads and installs
.debpackage - RHEL/Fedora/CentOS: Downloads and installs
.rpmpackage
Usage
Quick Install (Recommended)
curl -fsSL https://raw.githubusercontent.com/Psychotoxical/psysonic/main/scripts/install.sh | sudo bash
Manual Installation
# Download the script
wget https://raw.githubusercontent.com/Psychotoxical/psysonic/main/scripts/install.sh
# Make it executable
chmod +x install.sh
# Run with sudo
sudo ./install.sh
What it does
- Detects your OS type (Debian or RHEL-based)
- Fetches the latest release from GitHub
- Downloads the appropriate package (.deb or .rpm)
- Installs it using your system's package manager
- Cleans up temporary files
Requirements
curl- for downloading packagessudoor root access- Internet connection
- Supported package manager (apt-get, dnf, or yum)
Notes
- If Psysonic is already installed, the script will ask if you want to reinstall
- The script automatically handles dependency installation for Debian systems
- After installation, you can launch Psysonic from your application menu or by running
psysonicin the terminal