From b0981db1ca4c43483e8a45fa71069fc1150b2367 Mon Sep 17 00:00:00 2001 From: Joel Kronqvist Date: Mon, 17 Oct 2022 20:13:19 +0300 Subject: Fixed setup.sh cloning url. --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 354082e..fefd0c4 100755 --- a/setup.sh +++ b/setup.sh @@ -47,7 +47,7 @@ fi echo "" echo 'Cloning the git repository...' -git clone 'https://github.com/JoelHMikael/FoodJS.git' 2> /dev/null +git clone 'https://github.com/JoelHMikael/LYLLRuoka.git' 2> /dev/null mkdir 'Updation' touch Updation/{shifts.txt,vanhalops.csv,uusilops.csv} echo -e 'Done!\n' -- cgit v1.2.3