We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d52e355 commit 00e3185Copy full SHA for 00e3185
2 files changed
hiddify-panel/src
nginx/install.sh
@@ -1,5 +1,5 @@
1
source ../common/utils.sh
2
-if ! is_installed nginx; then
+if ! is_installed "nginx=1.26.*"; then
3
useradd nginx
4
curl https://nginx.org/keys/nginx_signing.key | gpg --dearmor |
5
sudo tee /usr/share/keyrings/nginx-archive-keyring.gpg >/dev/null
@@ -9,7 +9,7 @@ if ! is_installed nginx; then
9
sudo apt update -y
10
11
fi
12
-install_package nginx=1.26*
+install_package "nginx=1.26.*"
13
14
systemctl kill nginx >/dev/null 2>&1
15
systemctl disable nginx >/dev/null 2>&1
0 commit comments