No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-06-18 08:13:07 +03:00
README.md First commit! 2026-06-18 07:38:50 +03:00
void-infect.sh Add interactive ufw installation prompt 2026-06-18 08:13:07 +03:00

Void Linux VPS Installer

Script for replacing existing Linux system with Void Linux on VPS servers.

Prerequisites

  • Root access
  • SSH keys in /root/.ssh/authorized_keys (or provide GitHub username)
  • Installation time: ~2 minutes

Usage

curl -O https://devbase.exe.xyz/magna/void-infect/raw/branch/master/void-infect.sh || wget -O ${_##*/} $_
chmod +x void-infect.sh
./void-infect.sh
# or
./void-infect.sh GithubUsername

The script automatically:

  • Downloads and configures Void Linux rootfs
  • Imports SSH keys from GitHub (if username provided) or preserves existing ones
  • Tune sysctl
  • Replaces existing OS and reboots

No manual intervention required. Just run and wait for the reboot.

Credits

Original project by Jipokvoid-infect.