diff --git a/scripts/ansible b/scripts/ansible index c5e8efc97..76e0c0fa3 100755 --- a/scripts/ansible +++ b/scripts/ansible @@ -9,7 +9,7 @@ echo -e 'COMPLETE INSTALL INSTRUCTIONS:\nhttps://github.com/iiab/iiab/wiki/IIAB- echo -e 'NOW ATTEMPTING TO INSTALL THE LATEST ANSIBLE:' echo -e 'Ensure you'"'"'re online before running this (/opt/iiab/iiab/scripts/ansible)\n' -echo -e 'ALTERNATIVES: Run scripts/ansible-2.6.x or scripts/ansible-2.5.x-deprecated\n\n' +echo -e 'ALTERNATIVE: Run scripts/ansible-2.6.x for "slow food"\n\n' GOOD_VER="2.6.4" # Ansible version for OLPC XO laptops (pip install). @@ -19,7 +19,7 @@ CURR_VER="undefined" export DEBIAN_FRONTEND=noninteractive if [ ! `command -v ansible-playbook` ]; then # "command -v" is POSIX compliant; also catches built-in commands like "cd" - echo "scripts/ansible will now try to install Ansible --- Please Wait" + echo -e "scripts/ansible will now try to install Ansible --- Please Wait\n" if [ -f /etc/centos-release ]; then yum -y install ca-certificates nss epel-release yum -y install git bzip2 file findutils gzip hg svn sudo tar which unzip xz zip libselinux-python