mirror of
https://github.com/CosmicScale/PSBBN-Definitive-English-Patch.git
synced 2025-03-12 14:26:37 +01:00
Corrected typos
This commit is contained in:
parent
e16fb9c2cb
commit
cc3075c703
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user