echo"• Install only Better Inspector (and its dependencies).\n"
echo-e"• Install only Better Inspector (and its dependencies).\n"
fi
if[$optionFork=true];then
...
...
@@ -188,7 +188,7 @@ To continue:
# Get the account name.
optionAccountName=$(accountName)
echo"• Use (and create, if necessary) your own forks on your\n${optionAccountName} GitLab account on source.ind.ie."
echo-e"• Use (and create, if necessary) your own forks on your\n${optionAccountName} GitLab account on source.ind.ie."
else
echo"• Using the canonical repositories (read-only unless you have commit access)."
fi
...
...
@@ -203,14 +203,14 @@ To continue:
# Confirm.
#
if ask "\nMay I proceed?" Y;then
echo"\nThank you, proceeding with the installation."
echo-e"\nThank you, proceeding with the installation."
if[$optionInstallEverything=true];then
installEverything
else
installInspector
fi
else
echo"\nSure, no problem, maybe some other time. Bye! :)\n"
echo-e"\nSure, no problem, maybe some other time. Bye! :)\n"
exit
fi
}
...
...
@@ -241,11 +241,11 @@ indentOutput(){
installEverything(){
if[$optionFork=true];then
echo"\nEnsuring forks exist:\n"
echo-e"\nEnsuring forks exist:\n"
ensureForksExistForEverything
fi
echo"\nInstalling everything:"
echo-e"\nInstalling everything:"
# 1. Install the Better iOS App (which will, in turn, install its dependencies, the Inspector and Builder)
install"app""Better iOS App"
...
...
@@ -257,11 +257,11 @@ installEverything(){
installInspector(){
if[$optionFork=true];then
echo"\nForking inspector (and builder)…"
echo-e"\nForking inspector (and builder)…"
ensureForksExistForInspector
fi
echo"\nInstalling inspector."
echo-e"\nInstalling inspector."
install"inspector""Better Inspector"
}
...
...
@@ -275,14 +275,14 @@ install(){
# Check if a Better Builder installation exists.
if[-d$componentToInstall];then
echo"\n • Error: Existing ${humanName} found.\n\nPlease remove this if you want to reinstall it. You can uninstall existing Better components and data using the ./uninstall script.\n\nExiting.\n"
echo-e"\n • Error: Existing ${humanName} found.\n\nPlease remove this if you want to reinstall it. You can uninstall existing Better components and data using the ./uninstall script.\n\nExiting.\n"