No description
- Shell 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| README.md | ||
| void-infect.sh | ||
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 Jipok — void-infect.