diff options
author | Joel Kronqvist <work.joelkronqvist@gmail.com> | 2022-10-18 09:13:02 +0300 |
---|---|---|
committer | Joel Kronqvist <work.joelkronqvist@gmail.com> | 2022-10-18 09:13:02 +0300 |
commit | a3226a989367ab453d55aa66f0e105e1c07742c2 (patch) | |
tree | a185430a71406b8188d569769c5d58f4f94e21bf | |
parent | 0f8dcba6fe350ffb74331cb636046c30e784ca8d (diff) | |
parent | b0981db1ca4c43483e8a45fa71069fc1150b2367 (diff) | |
download | LYLLRuoka-a3226a989367ab453d55aa66f0e105e1c07742c2.tar.gz LYLLRuoka-a3226a989367ab453d55aa66f0e105e1c07742c2.zip |
Merge new URL in index.html and setup.sh from branch 'master' to branch 'devel'
-rw-r--r-- | Cont/index.html | 2 | ||||
-rwxr-xr-x | setup.sh | 2 |
2 files changed, 2 insertions, 2 deletions
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 @@ </main> <footer> - <a href="https://www.github.com/JoelHMikael/FoodJS">Lähdekoodi</a> + <a href="https://www.github.com/JoelHMikael/LYLLRuoka">Lähdekoodi</a> <span>|</span> <a href="/devs">Ota yhteyttä</a> </footer> @@ -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' |