From 3ba1f9b29bc0b78d4a0e526a677e47112453f144 Mon Sep 17 00:00:00 2001 From: Itai Nelken Date: Thu, 26 Aug 2021 15:31:17 +0300 Subject: [PATCH] fix typo in pkg-install --- pkg-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg-install b/pkg-install index 97dfa1d..78eef0c 100755 --- a/pkg-install +++ b/pkg-install @@ -123,7 +123,7 @@ Please look at the above errors to see how long you have to wait." #check for typo in sources.list and list.d if echo "$errors" | grep -q "The list of sources could not be read." ;then - message_to_user "One or more sources contain a typo. Before APT or Pi-Apps will work, you must look around in /etc/apt/sources.ist and /etc/apt/sources.list.d and fix the typo." + message_to_user "One or more sources contain a typo. Before APT or Pi-Apps will work, you must look around in /etc/apt/sources.list and /etc/apt/sources.list.d and fix the typo." fi }