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