#!/bin/bash sudo apt-get install libfaketime if ! [[ -d nre ]]; then read -rp "URL to NRE git repo: " nre git clone "$nre" nre cd nre read -rp "Update your Organisation name..." tmp for command in "$VISUAL" "$EDITOR" emacs nano vim vi ex ed; do "$command" commonFunctions.bash &>/dev/null && break done . conf-puppet cat >> config <