🚀 EasyInstall

One command to install anything on your VPS

📦 Quick Install

Run this command on your VPS:

curl -sL https://easy.easyinstall.site/script | bash
⚡ This will download and run the installation script on your VPS immediately.

📥 Download Script

First download, then run:

wget -O easyinstall.sh https://easy.easyinstall.site/script
chmod +x easyinstall.sh && ./easyinstall.sh

📦 Install Specific Package

Pass package name as argument:

curl -sL https://easy.easyinstall.site/script | bash -s nginx
curl -sL https://easy.easyinstall.site/script | bash -s nodejs mysql redis

🎯 How it works

1️⃣

Fetch

Cloudflare Worker serves the script from GitHub

2️⃣

Run

Your VPS downloads and executes the script

3️⃣

Install

Script installs packages using your VPS's package manager

📄 Download Script 👁️ View Script ⭐ GitHub