diff --git a/jra_nextcloud.sh b/jra_nextcloud.sh index 15e3ee7..119d7ca 100644 --- a/jra_nextcloud.sh +++ b/jra_nextcloud.sh @@ -22,12 +22,13 @@ if ! [ $(id -u) = 0 ]; then fi clear -echo ' +echo -e '\n ######################################################################## Jibri Recordings Access via Nextcloud ######################################################################## by Software, IT & Networks Ltd -' +\n' + while [[ -z "$NC_DOMAIN" ]] do read -p "Please enter the domain to use for Nextcloud: " -r NC_DOMAIN diff --git a/tools/jibri-conf-upgrade.sh b/tools/jibri-conf-upgrade.sh index 0f93920..9928a98 100644 --- a/tools/jibri-conf-upgrade.sh +++ b/tools/jibri-conf-upgrade.sh @@ -32,7 +32,9 @@ fi echo "Checking for updates...." apt -q2 update -apt install -y apt-show-versions jq +apt install -y \ + apt-show-versions \ + jq echo -e "\n# Check for jibri\n" if [ "$(dpkg-query -W -f='${Status}' jibri 2>/dev/null | grep -c "ok installed")" == "1" ]; then