Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #18 from FastGitORG/KevinZonda-patch-1
Browse files Browse the repository at this point in the history
Update install-debian10.sh
  • Loading branch information
KevinZonda authored May 12, 2021
2 parents aea1df4 + 4f21d3c commit 379fbdd
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions install-debian10.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ esac

echo "[I] Basic operations"
apt update
apt install curl wget -y
apt install curl wget nano -y

echo "[I] Install Nginx & git"
apt install nginx -y
Expand Down Expand Up @@ -83,11 +83,12 @@ rm -fR fastgit-tmp

# TODO: Put Cert
mkdir -p /var/www/cert/
echo "Please put cert(fg.pem) and key(fg.key) to /var/www/cert/"
echo "Then reload nginx."
echo "Thank you! :D"
nano /var/www/cert/fg.pem
nanp /var/www/cert/fg.key

# nginx -t
nginx -t

# systemctl start nginx
# systemctl reload nginx
systemctl start nginx
systemctl reload nginx

echo "Enjoy! :D"

0 comments on commit 379fbdd

Please sign in to comment.