Fixing add wiki

This commit is contained in:
Marwolf
2018-07-13 10:44:47 -04:00
parent 8654e78836
commit bba4c0709f
2 changed files with 3 additions and 1 deletions

View File

@@ -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