nginquic : Purge Existed folder

This commit is contained in:
unknown 2022-01-30 21:45:34 +07:00
parent f3b0d3dbf0
commit a2c3df847e
Signed by: minoplhy
GPG Key ID: 90667A59A9908AEC
2 changed files with 4 additions and 0 deletions

View File

@ -2,5 +2,8 @@ Note to Self :
This Script is using to build nginx with quic and some modules i'm currently using .
**Please Purge existed Nginx before build**
**Please not named any folder in your Home Folder to 'nginquic', because this folder will be removed first once script is run**
OS : Debian
curl https://raw.githubusercontent.com/minoplhy/script/main/nginquic/build.sh | bash

View File

@ -1,4 +1,5 @@
cd ~/
rm -rf nginquic
curl -sSL https://raw.githubusercontent.com/minoplhy/script/main/nginquic/packages.sh | bash
mkdir nginquic && cd nginquic
hg clone -b quic https://hg.nginx.org/nginx-quic