Corrected typos

This commit is contained in:
CosmicScale 2025-03-10 12:30:42 +00:00
parent e16fb9c2cb
commit cc3075c703
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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