From bba4c0709f74fc84ea77ac36c14e2ce2cf41fa65 Mon Sep 17 00:00:00 2001 From: Marwolf Date: Fri, 13 Jul 2018 10:44:47 -0400 Subject: [PATCH] Fixing add wiki --- Makefile | 4 +++- add-wiki.sh | 0 2 files changed, 3 insertions(+), 1 deletion(-) mode change 100644 => 100755 add-wiki.sh diff --git a/Makefile b/Makefile index 1df4618..4afc523 100644 --- a/Makefile +++ b/Makefile @@ -14,9 +14,11 @@ restart: init clone-game-website: @$(shell git clone https://github.com/Open-RSC/Website.git) @$(shell git clone https://github.com/Open-RSC/Game.git) - @$(shell cd Website && git clone https://github.com/Open-RSC/Wiki.git) #@$(shell sudo chmod -R 777 Website && sudo chmod -R 777 Game && sudo chmod 644 Website/board/config.php) +clone-wiki: + @$(shell cd Website && git clone https://github.com/Open-RSC/Wiki.git) + clone-windows-website: @git clone https://github.com/Open-RSC/Website.git #icacls Website /grant Everyone:F /t diff --git a/add-wiki.sh b/add-wiki.sh old mode 100644 new mode 100755