From 85ec8ab7a2ee980d98fc32de454e31be60547532 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Wed, 22 Dec 2021 18:20:39 -0300 Subject: [PATCH] Update script --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 2c18f21..3c6e079 100755 --- a/install.sh +++ b/install.sh @@ -142,7 +142,7 @@ runScript() { # installMorePackages # grubSetUp # userSetUp - runInChrootWithInput "cd $HOME/Documents; git clone https://github.com/santilococo/CocoRice.git; cd CocoRice; sh scripts/bootstrap.sh" + runInChrootWithInput "mkdir -p $HOME/Documents; cd $HOME/Documents/ git clone https://github.com/santilococo/CocoRice.git; cd CocoRice; sh scripts/bootstrap.sh" # umount -R /mnt # reboot }