Skip to content

Commit 4d8f9c8

Browse files
committed
Updating the nginx installer
1 parent 034d108 commit 4d8f9c8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

installers/nginx/installer.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ description = "Nginx server"
55

66
[apt]
77
sh = """
8-
sudo apt-get update
9-
sudo apt-get install nginx
8+
@sudo apt-get update
9+
@sudo apt-get install nginx
1010
"""
1111

1212
[yum]
1313
sh = """
14-
sudo yum install nginx
14+
@sudo yum install nginx
1515
"""
1616

1717
[pacman]
@@ -21,11 +21,11 @@ sh = """
2121

2222
[apk]
2323
sh = """
24-
sudo apk update
25-
sudo apk add nginx
24+
@sudo apk update
25+
@sudo apk add nginx
2626
"""
2727

2828
[dnf]
2929
sh = """
30-
sudo dnf install nginx
30+
@sudo dnf install nginx
3131
"""

0 commit comments

Comments
 (0)