From 988036e24c3978118d04dca7cd0778d333384f03 Mon Sep 17 00:00:00 2001 From: Xavier Petit <32063953+xpetit@users.noreply.github.com> Date: Wed, 5 Feb 2020 02:33:44 +0000 Subject: [PATCH] Update doc --- docs/ubuntu-persistent-installation.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/ubuntu-persistent-installation.md b/docs/ubuntu-persistent-installation.md index 90ad35d7..26c8936d 100644 --- a/docs/ubuntu-persistent-installation.md +++ b/docs/ubuntu-persistent-installation.md @@ -36,9 +36,10 @@ Run a terminal and type these commands : ```shell unset HISTFILE -sudo apt-get -y install curl +sudo apt-get -y install git export PERSISTENT= -bash <(curl -sSL raw.githubusercontent.com/01-edu/public/master/scripts/kickstart.sh) +git clone https://github.com/01-edu/public.git +public/scripts/setup.sh ``` After reboot you should install Virtual Box additions (and reboot again) :