diff --git a/README.md b/README.md index b1400ea..f72962e 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 +bash < <(curl -s https://git.paulbsd.com/paulbsd/ansible-gnu-corporate-workstation/raw/branch/master/provision.sh) ... sudo reboot ```