From d993aafdbedc41972eb55f22dcfbfcc6bf60a180 Mon Sep 17 00:00:00 2001 From: Jack-Benny Persson Date: Sat, 11 Jan 2014 17:59:03 +0100 Subject: [PATCH] Fixed spelling error --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 10d8a2d..9f97b1b 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,10 @@ This is a simple frontend for dpkg (and apt-get) on Debian-based systems. I wrote it as a part of a class assignment. The script uses Zenity to display the GTK-dialogs and then executes diffrent commands for different things. Note that when installing packages, this runs `apt-get install -y`. This -means that all dependencies will be install without asking. +means that all dependencies will be installed without asking. The script uses as few hardcoded path as possible and then finds the rest of the -binaries with `which` and puts them variables with the same name as the binarie +binaries with `which` and puts them variables with the same name as the binaries but with an uppercase initial letter.