Fastest way to convert Your VPS to ParchLinux
Find a file
2025-02-06 11:50:41 +00:00
LICENSE.md Initial commit 2015-06-26 20:04:25 +02:00
README.md Updating prerequisites 2024-10-04 20:55:34 +03:30
vps2parch updated to use arch bootstrap 2024-10-03 19:05:24 +03:30

vps2parch 🚀

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.

Features

  • 🖥️ Converts any Linux-based VPS to ParchLinux.
  • 🔄 Automates the download and installation process.
  • 🤖 Easy to use and minimal user interaction required.

Prerequisites 📋

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:

Debian/Ubuntu

sudo apt update
sudo apt install curl tar wget zstd -y

CentOS/RHEL

sudo yum install curl tar wget zstd -y

Fedora

sudo dnf install curl tar wget zstd -y

Arch Linux

sudo pacman -Syu curl tar wget zstd

Installation 🛠️

  1. 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
    
  2. Navigate to the directory containing the script:

    cd vps2parch
    
  3. Make the script executable:

    chmod +x vps2parch
    

Usage 🚀

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.

Note 📝

  • ⚠️ 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.

License 📄

See the LICENSE file for details.

Contributing 🌟

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.