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.