diff --git a/Fetch_Updates_Linux_Mac.sh b/Fetch_Updates_Linux_Mac.sh new file mode 100755 index 0000000..1e25ab2 --- /dev/null +++ b/Fetch_Updates_Linux_Mac.sh @@ -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 "" diff --git a/Fetch_Updates_Windows.cmd b/Fetch_Updates_Windows.cmd new file mode 100644 index 0000000..ea4cf0f --- /dev/null +++ b/Fetch_Updates_Windows.cmd @@ -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: +pause diff --git a/README.md b/README.md index 31153bc..f05aab0 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,7 @@ ___ ## Operating systems supported -* Windows 7 x64 - -* Windows 10 x64 +* Windows 10 x64 (Not Windows 7) * Mac OS X High Sierra diff --git a/Setup_Windows.cmd b/Setup_Windows.cmd index 1f65e1b..5d08b02 100644 --- a/Setup_Windows.cmd +++ b/Setup_Windows.cmd @@ -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.