vps2parch is a shell script designed to transform any Linux-based VPS into a ParchLinux system. This script handles the complete process of downloading, extracting, and configuring the ParchLinux environment on your VPS.
- 🖥️ Converts any Linux-based VPS to ParchLinux.
- 🔄 Automates the download and installation process.
- 🤖 Easy to use and minimal user interaction required.
Before running the script, ensure your VPS has the following tools installed:
curl
tar
wget
zstd
You can install these tools using your distribution's package manager. For example:
sudo apt update
sudo apt install curl tar wget zstd -y
sudo yum install curl tar wget zstd -y
sudo dnf install curl tar wget zstd -y
sudo pacman -Syu curl tar wget zstd
-
Clone the repository or download the script directly:
git clone https://github.com/parchlinux/vps2parch.git
or
wget https://github.com/parchlinux/vps2parch/raw/master/vps2parch
-
Navigate to the directory containing the script:
cd vps2parch
-
Make the script executable:
chmod +x vps2parch
Run the script with root privileges to begin the conversion process:
sudo ./vps2parch
The script will guide you through the necessary steps to complete the installation. It will download the required ParchLinux files, extract them, and set up the system on your VPS.
⚠️ This script will overwrite existing system files and configurations. Ensure you have backups of important data before proceeding.- ⏳ The conversion process may take some time depending on your network speed and VPS performance.
See the LICENSE file for details.
Contributions are welcome! Please submit pull requests or open issues to help improve this project.
Enjoy your new ParchLinux system! 🎉
Thank you for using vps2parch! If you encounter any issues or have suggestions, feel free to reach out.