This commit is contained in:
Paul 2020-04-26 19:30:49 +02:00
commit 830a0e6c59

View File

@ -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
```