Tweak setup script

This commit is contained in:
Alex Thomassen 2021-03-19 15:52:15 +01:00
parent ed200d7cf8
commit 5b601ea397
Signed by: Alex
GPG Key ID: 10BD786B5F6FF5DE
1 changed files with 4 additions and 0 deletions

View File

@ -35,4 +35,8 @@ curl -L "$GIST/phpfpm.conf" > "$NGINX/phpfpm.conf"
# Get the dhparams file generation script, and execute.
curl -L "$GIST/generate-dhparams.sh" | sudo bash
# Add to ZSH/Bash config files
echo '. "/root/.acmeenv"' >> "/root/.zshrc";
echo '. "/root/.acmeenv"' >> "/root/.bashrc";
echo "Base setup done. Open this link for a base nginx site configuration: $GIST/000-default.conf"