File tree Expand file tree Collapse file tree 1 file changed +14
-5
lines changed
content/nginx/admin-guide/installing-nginx Expand file tree Collapse file tree 1 file changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -171,17 +171,26 @@ NGINX Plus can be installed on the following versions of Debian or Ubuntu:
171
171
- ** For Debian** :
172
172
173
173
` ` ` shell
174
- sudo apt update
175
- sudo apt install apt-transport-https lsb-release ca-certificates wget gnupg2 debian-archive-keyring
174
+ sudo apt update && \
175
+ sudo apt install apt-transport-https \
176
+ lsb-release \
177
+ ca-certificates \
178
+ wget \
179
+ gnupg2 \
180
+ debian-archive-keyring
176
181
` ` `
177
182
178
183
- ** For Ubuntu** :
179
184
180
185
` ` ` shell
181
- sudo apt update
182
- sudo apt install apt-transport-https lsb-release ca-certificates wget gnupg2 ubuntu-keyring
186
+ sudo apt update && \
187
+ sudo apt install apt-transport-https \
188
+ lsb-release \
189
+ ca-certificates \
190
+ wget \
191
+ gnupg2 \
192
+ ubuntu-keyring
183
193
` ` `
184
-
185
194
1. Download and add NGINX signing key:
186
195
187
196
` ` ` shell
You can’t perform that action at this time.
0 commit comments