Skip to content

Instantly share code, notes, and snippets.

View ProofOfReach's full-sized avatar

ProofOfReach ProofOfReach

View GitHub Profile
#!/bin/bash
# =============================================================================
# ProofOfReach2 - All-in-One VPS Deployment Script (Ubuntu)
# =============================================================================
# Complete VPS deployment from zero to running production site
# Compatible with Ubuntu 20.04 LTS and 22.04 LTS
#
# Usage:
# wget -qO- https://raw.githubusercontent.com/ProofOfReach/ProofOfReach2/main/scripts/vps-deploy.sh | sudo bash