Added pull scripts, windows docker launch

This commit is contained in:
Marwolf
2018-07-20 23:48:34 -04:00
parent 3a80144217
commit 5c65e3d4c3
4 changed files with 25 additions and 3 deletions

9
Fetch_Updates_Linux_Mac.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
echo ""
echo "Fetching updates to local repositories."
echo ""
sudo make pull-game
sudo make pull-website
sudo make pull-wiki
echo ""

12
Fetch_Updates_Windows.cmd Normal file
View File

@@ -0,0 +1,12 @@
@echo off
echo:
echo Fetching updates to local repositories.
echo:
make pull-game-windows
make pull-website-windows
make pull-wiki-windows
echo:
echo:
echo Local repositories have been updated if existing.
echo:

View File

@@ -11,9 +11,7 @@ ___
## Operating systems supported
* Windows 7 x64
* Windows 10 x64
* Windows 10 x64 (Not Windows 7)
* Mac OS X High Sierra

View File

@@ -92,6 +92,9 @@ echo:
echo:
echo Launching Docker for Windows. The Docker whale icon is by the system clock.
echo Allow it a short bit of time to start running.
echo ""
call "C:\Program Files\Docker\Docker\Docker for Windows.exe"
echo ""
echo Once started, right click on it and click "Settings..."
echo Then click the "Shared Drives" tab on the left.
echo Check the box beside the "C:" drive so that the Docker containers can work.