From 014ffa8b503e26ac7481905d4f306e7ccb36570c Mon Sep 17 00:00:00 2001 From: Christoph Date: Sun, 22 Oct 2017 17:04:03 +0200 Subject: [PATCH] Synchronise Package indexes befor downloading debian packages. --- install_roundcube.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_roundcube.sh b/install_roundcube.sh index 12f4858..990b61f 100755 --- a/install_roundcube.sh +++ b/install_roundcube.sh @@ -1687,7 +1687,7 @@ echo -e "\n\n\t\033[37m\033[1mEnable Spellcheccking..\033[m\n" # - Synchronise package index files with the repository # - -echononl " Synchronise package index files with the repository.." +echononl "\tSynchronise package index files with the repository.." apt-get update > "$log_file" 2>&1 if [[ $? -eq 0 ]] ; then echo_ok