nginquic : Purge Existed folder
This commit is contained in:
parent
f3b0d3dbf0
commit
a2c3df847e
@ -2,5 +2,8 @@ Note to Self :
|
|||||||
This Script is using to build nginx with quic and some modules i'm currently using .
|
This Script is using to build nginx with quic and some modules i'm currently using .
|
||||||
|
|
||||||
**Please Purge existed Nginx before build**
|
**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
|
OS : Debian
|
||||||
|
|
||||||
|
curl https://raw.githubusercontent.com/minoplhy/script/main/nginquic/build.sh | bash
|
@ -1,4 +1,5 @@
|
|||||||
cd ~/
|
cd ~/
|
||||||
|
rm -rf nginquic
|
||||||
curl -sSL https://raw.githubusercontent.com/minoplhy/script/main/nginquic/packages.sh | bash
|
curl -sSL https://raw.githubusercontent.com/minoplhy/script/main/nginquic/packages.sh | bash
|
||||||
mkdir nginquic && cd nginquic
|
mkdir nginquic && cd nginquic
|
||||||
hg clone -b quic https://hg.nginx.org/nginx-quic
|
hg clone -b quic https://hg.nginx.org/nginx-quic
|
||||||
|
Loading…
Reference in New Issue
Block a user