Referenced new pull functions

This commit is contained in:
Marwolf
2018-07-16 17:45:47 -04:00
parent ec98c1af31
commit 405a34bfd1
3 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
echo "Pulling recent updates from the Open-RSC Game repository." echo "Pulling recent updates from the Open-RSC Game repository."
echo "" echo ""
echo "" echo ""
sudo make pull sudo make pull-game
echo "" echo ""
echo "" echo ""

View File

@@ -4,7 +4,7 @@
echo "" echo ""
echo "Pulling recent updates from the Open-RSC Game repository." echo "Pulling recent updates from the Open-RSC Game repository."
echo "" echo ""
sudo make pull sudo make pull-game
echo "" echo ""
echo "" echo ""
echo "Starting any stopped Docker containers." echo "Starting any stopped Docker containers."

View File

@@ -2,7 +2,7 @@
@echo off @echo off
echo: echo:
echo Pulling recent updates from the Open-RSC Game repository. echo Pulling recent updates from the Open-RSC Game repository.
echo: echo:
Windows\make pull-game Windows\make pull-game
echo: echo:
echo: echo: