fix typo in pkg-install

pull/934/head
Itai Nelken 3 years ago
parent 77a96e2027
commit 3ba1f9b29b
No known key found for this signature in database
GPG Key ID: E45E4E2C367B8AE6

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

Loading…
Cancel
Save