Skip to content

parchlinux/vps2parch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Fastest way to convert Your VPS to ParchLinux

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%