From 04f7d5b6d2eb8dbee9da2d93f21105fa5f401fdc Mon Sep 17 00:00:00 2001 From: Edi Septriyanto Date: Fri, 9 Jul 2021 01:32:54 +0700 Subject: [PATCH] Small fix typo --- scripts/install_dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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