Small fix typo

This commit is contained in:
Edi Septriyanto
2021-07-09 01:32:54 +07:00
parent c5a2f3cc2d
commit 04f7d5b6d2

View File

@@ -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