diff --git a/scripts/install_dependencies.sh b/scripts/install_dependencies.sh index ad7efd1..e26c2f6 100755 --- a/scripts/install_dependencies.sh +++ b/scripts/install_dependencies.sh @@ -24,7 +24,7 @@ if hash apt 2>/dev/null; then run dpkg-reconfigure locales # Update repositories. - echo "Updating repository, please wait..." + echo -e "\nUpdating repository, please wait..." run apt update -qq -y && \ run apt upgrade -qq -y