diff --git a/01-Setup.sh b/01-Setup.sh index 817a196..1a59dee 100755 --- a/01-Setup.sh +++ b/01-Setup.sh @@ -43,7 +43,7 @@ else git pull --ff-only if [[ $? -ne 0 ]]; then echo - echo "Error: Update failed. Delete the PSBBN-Definitive-English-Patch direcrtory and run the command:" + echo "Error: Update failed. Delete the PSBBN-Definitive-English-Patch directory and run the command:" echo echo "git clone https://github.com/CosmicScale/PSBBN-Definitive-English-Patch.git" echo diff --git a/02-PSBBN-Installer.sh b/02-PSBBN-Installer.sh index 2592bb5..63622c1 100755 --- a/02-PSBBN-Installer.sh +++ b/02-PSBBN-Installer.sh @@ -56,7 +56,7 @@ else git pull --ff-only >> "${INSTALL_LOG}" 2>&1 if [[ $? -ne 0 ]]; then echo - echo "Error: Update failed. Delete the PSBBN-Definitive-English-Patch direcrtory and run the command:" + echo "Error: Update failed. Delete the PSBBN-Definitive-English-Patch directory and run the command:" echo echo "git clone https://github.com/CosmicScale/PSBBN-Definitive-English-Patch.git" echo diff --git a/03-Game-Installer.sh b/03-Game-Installer.sh index 25070eb..f406d8e 100755 --- a/03-Game-Installer.sh +++ b/03-Game-Installer.sh @@ -81,7 +81,7 @@ else git pull --ff-only >> "${LOG_FILE}" 2>&1 if [[ $? -ne 0 ]]; then echo - echo "Error: Update failed. Delete the PSBBN-Definitive-English-Patch direcrtory and run the command:" + echo "Error: Update failed. Delete the PSBBN-Definitive-English-Patch directory and run the command:" echo echo "git clone https://github.com/CosmicScale/PSBBN-Definitive-English-Patch.git" echo @@ -936,7 +936,7 @@ if [ $? -ne 0 ]; then exit 1 fi -echo "Checking fot Neutrino update..." | tee -a "${LOG_FILE}" +echo "Checking for Neutrino update..." | tee -a "${LOG_FILE}" sudo rsync -rut --progress "${NEUTRINO_DIR}/" "${TOOLKIT_PATH}/OPL/neutrino/" 2>>"${LOG_FILE}" | tee -a "${LOG_FILE}" if [ $? -ne 0 ]; then