This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |