Wrote README and some additional comments and moved root-check

This commit is contained in:
2014-01-11 17:56:19 +01:00
parent 99c8cff113
commit 905a258562
2 changed files with 25 additions and 10 deletions

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
# dpkg-frontend #
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 <PKG> -y`. This
means that all dependencies will be install 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
but with an uppercase initial letter.