nginx-noroot : fix 'tar xzf' wrong file
This commit is contained in:
parent
0f6ac74c65
commit
76eaaff2ae
@ -36,7 +36,7 @@ else
|
|||||||
echo "Required Dependencies for download Nginx doesn't exist"
|
echo "Required Dependencies for download Nginx doesn't exist"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
tar xzf pcre-8.45.tar.gz && cd nginx-1.21.6
|
tar xzf nginx-1.21.6.tar.gz && cd nginx-1.21.6
|
||||||
|
|
||||||
if [[ -f "/usr/bin/curl" ]]; then
|
if [[ -f "/usr/bin/curl" ]]; then
|
||||||
curl https://raw.githubusercontent.com/minoplhy/scriptbox/main/nginx-noroot/configure.sh | bash
|
curl https://raw.githubusercontent.com/minoplhy/scriptbox/main/nginx-noroot/configure.sh | bash
|
||||||
|
Loading…
Reference in New Issue
Block a user