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 ""
echo ""
sudo make pull
sudo make pull-game
echo ""
echo ""

View File

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

View File

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