From c82504bc20acfe80103a9b6e7dde6829b315cab8 Mon Sep 17 00:00:00 2001 From: Alessio Date: Wed, 29 Dec 2021 12:03:36 +0100 Subject: [PATCH] Update README.md (#63) Add silent option to curl, since it could "hide" the sudo password request --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1329c8b412..52fa0d5436 100644 --- a/README.md +++ b/README.md @@ -379,11 +379,11 @@ setting up sudo, mountpoints, and exports. If you like to live your life dangerously, you can trust me and simply run this in your terminal: -`curl https://raw.githubusercontent.com/89luca89/distrobox/main/install | sudo sh` +`curl -s https://raw.githubusercontent.com/89luca89/distrobox/main/install | sudo sh` or if you want to select a custom directory to install without sudo: -`curl https://raw.githubusercontent.com/89luca89/distrobox/main/install | sh -s -- -p ~/.local/bin` +`curl -s https://raw.githubusercontent.com/89luca89/distrobox/main/install | sh -s -- -p ~/.local/bin` Else you can clone the project using `git clone` or using the `download zip` voice after clicking the green button above.