Skip to content

Instantly share code, notes, and snippets.

@hirefrank
hirefrank / install-caprover.sh
Last active February 8, 2024 19:00 — forked from hivivo/install-caprover.sh
Install CapRover on a brand new Ubuntu 22.04 minimal server
#!/bin/bash
# Ubuntu 22.04
# Please also allow `80, 443, 3000` ports in the VM network rules if apply
# run as sudo
if [ "$EUID" -ne 0 ]
then echo "Please run as root or use sudo"
exit
fi