Update DEPLOYMENT.md

command needs sudo permissions or otherwise errors out
This commit is contained in:
Overload3910
2023-09-20 12:33:20 +02:00
committed by GitHub
parent fc9055ebe1
commit 1de5d6d754

View File

@ -52,7 +52,7 @@ While you wait for your server to provision, go to your DNS provider and point a
# Go get coffee, this takes a few minutes on a single vCPU # Go get coffee, this takes a few minutes on a single vCPU
# Install strfry # Install strfry
cp strfry /usr/local/bin sudo cp strfry /usr/local/bin
# Install web hosting dependencies # Install web hosting dependencies
sudo apt install nginx certbot python3-certbot-nginx sudo apt install nginx certbot python3-certbot-nginx