Browse Source

Fix missing command

pull/264/head
Xavier Petit 5 years ago
parent
commit
7c47ec4fab
No known key found for this signature in database
GPG Key ID: CA3F2B17E25ABD26
  1. 2
      docs/ubuntu-installation.md

2
docs/ubuntu-installation.md

@ -31,7 +31,7 @@ Run a terminal and type :
```console ```console
student@ubuntu:~$ unset HISTFILE student@ubuntu:~$ unset HISTFILE
student@ubuntu:~$ apt-get -y install curl student@ubuntu:~$ sudo apt-get -y install curl
student@ubuntu:~$ bash <(curl -sSL raw.githubusercontent.com/01-edu/public/master/scripts/kickstart.sh) student@ubuntu:~$ bash <(curl -sSL raw.githubusercontent.com/01-edu/public/master/scripts/kickstart.sh)
[...] [...]
Ask for student user password (will be removed later) Ask for student user password (will be removed later)

Loading…
Cancel
Save