9
Fetch_Updates_Linux_Mac.sh
Executable file
9
Fetch_Updates_Linux_Mac.sh
Executable 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
12
Fetch_Updates_Windows.cmd
Normal 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:
|
||||
@@ -11,9 +11,7 @@ ___
|
||||
|
||||
## Operating systems supported
|
||||
|
||||
* Windows 7 x64
|
||||
|
||||
* Windows 10 x64
|
||||
* Windows 10 x64 (Not Windows 7)
|
||||
|
||||
* Mac OS X High Sierra
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user