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.
2 parents 57614e2 + 4d8f9c8 commit 4aa59ccCopy full SHA for 4aa59cc
installers/nginx/installer.toml
@@ -5,13 +5,13 @@ description = "Nginx server"
5
6
[apt]
7
sh = """
8
-sudo apt-get update
9
-sudo apt-get install nginx
+@sudo apt-get update
+@sudo apt-get install nginx
10
"""
11
12
[yum]
13
14
-sudo yum install nginx
+@sudo yum install nginx
15
16
17
[pacman]
@@ -21,11 +21,11 @@ sh = """
21
22
[apk]
23
24
-sudo apk update
25
-sudo apk add nginx
+@sudo apk update
+@sudo apk add nginx
26
27
28
[dnf]
29
30
-sudo dnf install nginx
+@sudo dnf install nginx
31
0 commit comments