From 6c98d99175de7b1fab31f74fc08b9685de8f6e18 Mon Sep 17 00:00:00 2001 From: Xavier Petit <32063953+xpetit@users.noreply.github.com> Date: Wed, 5 Feb 2020 02:22:31 +0000 Subject: [PATCH] Update doc --- docs/ubuntu-installation.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/ubuntu-installation.md b/docs/ubuntu-installation.md index d3664eda..ab4959bd 100644 --- a/docs/ubuntu-installation.md +++ b/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.