Sudo access is required

This commit is contained in:
Marwolf
2018-07-14 20:45:18 -04:00
parent 6b5455576d
commit d0ff4161ef

View File

@@ -292,7 +292,7 @@ if [ "$choice" == "1" ]; then
echo "" echo ""
echo "You may now be prompted for your password so the installer has sudo access." echo "You may now be prompted for your password so the installer has sudo access."
echo "" echo ""
cd Game && git reset HEAD --hard && git pull cd Game && sudo git reset HEAD --hard && sudo git pull
echo "" echo ""
echo "" echo ""
echo "Logging into Docker Hub to get the required images." echo "Logging into Docker Hub to get the required images."
@@ -339,9 +339,9 @@ elif [ "$choice" == "2" ]; then
echo "" echo ""
echo "You may now be prompted for your password so the installer has sudo access." echo "You may now be prompted for your password so the installer has sudo access."
echo "" echo ""
cd Game && git reset HEAD --hard && git pull cd Game && sudo git reset HEAD --hard && sudo git pull
echo "" echo ""
cd Website && git reset HEAD --hard && git pull cd Website && sudo git reset HEAD --hard && sudo git pull
echo "" echo ""
echo "" echo ""
echo "Logging into Docker Hub to get the required images." echo "Logging into Docker Hub to get the required images."
@@ -390,11 +390,11 @@ elif [ "$choice" == "3" ]; then
echo "" echo ""
echo "You may now be prompted for your password so the installer has sudo access." echo "You may now be prompted for your password so the installer has sudo access."
echo "" echo ""
cd Game && git reset HEAD --hard && git pull cd Game && git sudo reset HEAD --hard && sudo git pull
echo "" echo ""
cd Website && git reset HEAD --hard && git pull cd Website && sudo git reset HEAD --hard && sudo git pull
echo "" echo ""
cd Website/Wiki && git reset HEAD --hard && git pull cd Website/Wiki && sudo git reset HEAD --hard && sudo git pull
echo "" echo ""
echo "" echo ""
echo "Logging into Docker Hub to get the required images." echo "Logging into Docker Hub to get the required images."