From a2cc09f5647c34bb6dfeb2a5661d491fc1040b31 Mon Sep 17 00:00:00 2001 From: Keuvie Date: Wed, 15 Oct 2014 16:17:45 +0200 Subject: [PATCH] Update apt-get Line 25 and 26 got the word "local" at the end and start of it. --- packages/sysutils/busybox/scripts/apt-get | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sysutils/busybox/scripts/apt-get b/packages/sysutils/busybox/scripts/apt-get index b28ad604f6..09182ea124 100755 --- a/packages/sysutils/busybox/scripts/apt-get +++ b/packages/sysutils/busybox/scripts/apt-get @@ -22,7 +22,7 @@ message="$message\n There is no working 'apt-get'." message="$message\n " message="$message\n 'apt-get' is a command to install, update and remove software which" message="$message\n is stored in a non local repo. 'apt-get' does nothing then connecting to such" -message="$message\n repo, downloads the software, unpacks the software, updates a big local" +message="$message\n repo, downloads the software, unpacks the software, updates a big" message="$message\n local database with all filepaths and other informations about the" message="$message\n installed software or removes or updates installed Software." message="$message\n "