From 627290b1ca7fd881b5eb4f3b1e7aafb9929d6b30 Mon Sep 17 00:00:00 2001 From: paulbsd Date: Sun, 26 Apr 2020 16:45:23 +0200 Subject: [PATCH 1/2] Update 'README.md' --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b1400ea..21771d6 100644 --- a/README.md +++ b/README.md @@ -7,14 +7,14 @@ ansible-gnu-corporate-workstation is a set of roles that enable Active Directory ### Requirements, if not installed -- wget +- curl - sudo ### Installation Run the following command using a terminal emulator : ``` -wget -O provision.sh https://git.paulbsd.com/paulbsd/ansible-gnu-corporate-workstation/raw/branch/master/provision.sh; bash provision.sh +bash < <(curl -s https://git.paulbsd.com/paulbsd/ansible-gnu-corporate-workstation/raw/branch/master/provision.sh) ... sudo reboot ``` From 4aa2b1dee584c4f0c35396ba52ea82d0359e558f Mon Sep 17 00:00:00 2001 From: paulbsd Date: Sun, 26 Apr 2020 16:46:16 +0200 Subject: [PATCH 2/2] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21771d6..f72962e 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ ansible-gnu-corporate-workstation is a set of roles that enable Active Directory ### Installation Run the following command using a terminal emulator : -``` +```bash bash < <(curl -s https://git.paulbsd.com/paulbsd/ansible-gnu-corporate-workstation/raw/branch/master/provision.sh) ... sudo reboot