File tree Expand file tree Collapse file tree 1 file changed +20
-4
lines changed Expand file tree Collapse file tree 1 file changed +20
-4
lines changed Original file line number Diff line number Diff line change @@ -238,12 +238,20 @@ Setup
238
238
239
239
Access the host via SSH.
240
240
241
- Install package dependencies. On Ubuntu:
241
+ Install package dependencies.
242
+
243
+ On CentOS:
244
+
245
+ .. code-block :: console
246
+
247
+ sudo dnf install -y python3-virtualenv
248
+
249
+ On Ubuntu:
242
250
243
251
.. code-block :: console
244
252
245
253
sudo apt update
246
- sudo apt install python3-virtualenv
254
+ sudo apt install -y python3-virtualenv
247
255
248
256
Clone the Kayobe and Kayobe configuration repositories (this one):
249
257
@@ -344,12 +352,20 @@ Setup
344
352
345
353
Access the host via SSH.
346
354
347
- Install package dependencies. On Ubuntu:
355
+ Install package dependencies.
356
+
357
+ On CentOS:
358
+
359
+ .. code-block :: console
360
+
361
+ sudo dnf install -y python3-virtualenv
362
+
363
+ On Ubuntu:
348
364
349
365
.. code-block :: console
350
366
351
367
sudo apt update
352
- sudo apt install python3-virtualenv
368
+ sudo apt install -y python3-virtualenv
353
369
354
370
Clone the Kayobe and Kayobe configuration repositories (this one):
355
371
You can’t perform that action at this time.
0 commit comments