File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ cd /usr/src
2727
2828# Official liburing Download
2929wget -O " /usr/src/liburing-${LIBURING_VER} .tar.gz" " https://github.com/axboe/liburing/archive/refs/tags/liburing-${LIBURING_VER} .tar.gz" --no-check-certificate
30- tar -xzvf " /usr/src/liburing-${LIBURING_VER} .tar.gz"
30+ tar -xzf " /usr/src/liburing-${LIBURING_VER} .tar.gz"
3131cd " /usr/src/liburing-liburing-${LIBURING_VER} "
3232
3333# Compile liburing
Original file line number Diff line number Diff line change 3131
3232# Download and extract Nginx
3333wget " https://nginx.org/download/nginx-${NGINX_VER} .tar.gz" -O " /usr/src/nginx-${NGINX_VER} .tar.gz" --no-check-certificate || { echo " Error: Failed to download Nginx." ; exit 1; }
34- tar -xzvf " /usr/src/nginx-${NGINX_VER} .tar.gz" || { echo " Error: Failed to extract Nginx." ; exit 1; }
34+ tar -xzf " /usr/src/nginx-${NGINX_VER} .tar.gz" || { echo " Error: Failed to extract Nginx." ; exit 1; }
3535
3636# Download and extract Headers More module
3737wget " https://github.com/openresty/headers-more-nginx-module/archive/v${NGINX_HEADER_VER} .tar.gz" -O " /usr/src/v${NGINX_HEADER_VER} .tar.gz" --no-check-certificate || { echo " Error: Failed to download Headers More module." ; exit 1; }
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ cd /usr/src
2727# Updated URL structure for GitHub releases
2828wget " https://github.com/openssl/openssl/releases/download/openssl-${OPENSSL_VER} /openssl-${OPENSSL_VER} .tar.gz" --no-check-certificate
2929# apt remove openssl -y
30- tar -xvzf " openssl-${OPENSSL_VER} .tar.gz"
30+ tar -xzf " openssl-${OPENSSL_VER} .tar.gz"
3131
3232# Compile OpenSSL
3333# cd openssl-${OPENSSL_VER}
Original file line number Diff line number Diff line change 2424
2525# PCRE
2626cd /usr/src
27- wget " https://github.com/PCRE2Project/pcre2/releases/download/pcre2-${PCRE2_VER} /pcre2-${PCRE2_VER} .tar.gz" --no-check-certificate && tar -xzvf " pcre2-${PCRE2_VER} .tar.gz"
27+ wget " https://github.com/PCRE2Project/pcre2/releases/download/pcre2-${PCRE2_VER} /pcre2-${PCRE2_VER} .tar.gz" --no-check-certificate
28+ tar -xzf " pcre2-${PCRE2_VER} .tar.gz"
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ cd /usr/src
2929
3030# Retrieve Latest Version
3131wget -O " /usr/src/pngout-${PNGOUT_VER} -linux.tar.gz" " https://static.jonof.id.au/files/kenutils/pngout-${PNGOUT_VER} -linux.tar.gz" --no-check-certificate
32- tar -xf " /usr/src/pngout-${PNGOUT_VER} -linux.tar.gz"
32+ tar -xzf " /usr/src/pngout-${PNGOUT_VER} -linux.tar.gz"
3333
3434# Install 32-BIT or 64-BIT
3535if [ " ${BIT_TYPE} " == ' x86_64' ];
Original file line number Diff line number Diff line change 2525# Maldet Install
2626cd /usr/local/src
2727wget https://www.rfxn.com/downloads/maldetect-current.tar.gz --no-check-certificate
28- tar -xvf maldetect-current.tar.gz
28+ tar -xzf maldetect-current.tar.gz
2929cd maldetect-1.6.4/
3030./install.sh
3131echo " /sys" >> /usr/local/maldetect/ignore_paths
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ make -f Makefile.in distclean
5858
5959# Official zlib Download
6060wget -O " /usr/src/zlib-${ZLIB_VER} .tar.gz" " https://www.zlib.net/zlib-${ZLIB_VER} .tar.gz" --no-check-certificate
61- tar -xzvf " /usr/src/zlib-${ZLIB_VER} .tar.gz"
61+ tar -xzf " /usr/src/zlib-${ZLIB_VER} .tar.gz"
6262
6363# Return to /usr/src
6464cd /usr/src
Original file line number Diff line number Diff line change 2626cd /usr/src
2727# Updated URL structure for GitHub releases
2828wget " https://github.com/openssl/openssl/releases/download/openssl-${OPENSSL_VER} /openssl-${OPENSSL_VER} .tar.gz" --no-check-certificate
29- tar -xvzf " openssl-${OPENSSL_VER} .tar.gz"
29+ tar -xzf " openssl-${OPENSSL_VER} .tar.gz"
3030cd " openssl-${OPENSSL_VER} "
3131
3232# Compile OpenSSL
You can’t perform that action at this time.
0 commit comments