File tree 1 file changed +12
-4
lines changed
1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -364,8 +364,10 @@ you can trust me and simply run this in your terminal:
364
364
``` sh
365
365
curl -s https://raw.githubusercontent.com/89luca89/distrobox/main/install | sudo sh
366
366
```
367
+
367
368
or using wget
368
- ```
369
+
370
+ ``` sh
369
371
wget -qO- https://raw.githubusercontent.com/89luca89/distrobox/main/install | sudo sh
370
372
```
371
373
@@ -374,8 +376,10 @@ or if you want to select a custom directory to install without sudo:
374
376
``` sh
375
377
curl -s https://raw.githubusercontent.com/89luca89/distrobox/main/install | sh -s -- --prefix ~ /.local
376
378
```
379
+
377
380
or using wget
378
- ```
381
+
382
+ ``` sh
379
383
wget -qO- https://raw.githubusercontent.com/89luca89/distrobox/main/install | sh -s -- --prefix ~ /.local
380
384
```
381
385
@@ -384,8 +388,10 @@ If you want to install the last development version, directly from the last comm
384
388
``` sh
385
389
curl -s https://raw.githubusercontent.com/89luca89/distrobox/main/install | sudo sh -s -- --next
386
390
```
391
+
387
392
or using wget
388
- ```
393
+
394
+ ``` sh
389
395
wget -qO- https://raw.githubusercontent.com/89luca89/distrobox/main/install | sudo sh -s -- --next
390
396
```
391
397
394
400
``` sh
395
401
curl -s https://raw.githubusercontent.com/89luca89/distrobox/main/install | sh -s -- --next --prefix ~ /.local
396
402
```
403
+
397
404
or using wget
398
- ```
405
+
406
+ ``` sh
399
407
wget -qO- https://raw.githubusercontent.com/89luca89/distrobox/main/install | sh -s -- --next --prefix ~ /.local
400
408
```
401
409
You can’t perform that action at this time.
0 commit comments