From 10173b9dd1a45a8f576f7a6f91bd7d29e55cea2b Mon Sep 17 00:00:00 2001 From: Joel Kronqvist Date: Mon, 17 Oct 2022 11:08:20 +0300 Subject: Changed the link to the source code in Cont/index.html --- Cont/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cont/index.html b/Cont/index.html index a9d83e7..d1c0568 100644 --- a/Cont/index.html +++ b/Cont/index.html @@ -57,7 +57,7 @@ -- cgit v1.2.3 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