minor fixes

pull/58/head
Simon Let 6 years ago
parent c547110d3f
commit 5cd1023e6e
  1. 3
      scripts/install.sh
  2. 14
      scripts/rawinstall.sh

@ -78,8 +78,9 @@ fi
echo
echo "Continue with installation? (Any key to CONTINUE / Ctrl+C to ABORT)"
echo
echo "Creating directories ..."
# INSTALLATION
mkdir_if_not_exists() {
if [ ! -d "$1" ]; then

@ -94,13 +94,15 @@ echo "DONE"
echo
if ! scripts/install.sh; then
if [ $? != 130 ]; then
echo
echo "INSTALLATION FAILED!"
echo "I'm sorry for the inconvenience."
echo
echo "Please create an issue: https://github.com/curusarn/resh/issues"
fi
echo
echo "INSTALLATION FAILED!"
echo "I'm sorry for the inconvenience."
echo
echo "Please create an issue: https://github.com/curusarn/resh/issues"
echo
echo "You can rerun the installation by executing: (this will skip downloading the files)"
echo "You can rerun the installation by executing: (this will skip downloading)"
echo
echo "cd $PWD && scripts/install.sh"
exit 1

Loading…
Cancel
Save