Browse Source

Update doc

pull/456/head
Xavier Petit 4 years ago
parent
commit
6c98d99175
No known key found for this signature in database
GPG Key ID: CA3F2B17E25ABD26
  1. 5
      docs/ubuntu-installation.md

5
docs/ubuntu-installation.md

@ -41,8 +41,9 @@ Run a terminal and type these commands :
```shell
unset HISTFILE
sudo apt-get -y install curl
bash <(curl -sSL raw.githubusercontent.com/01-edu/public/master/scripts/kickstart.sh)
sudo apt-get -y install git
git clone https://github.com/01-edu/public.git
public/scripts/setup.sh
```
The script will ask for student user password (which will be deleted after) and then after a long configuration process it will restart the computer.

Loading…
Cancel
Save