Archive for August 14th, 2008


14Aug2008

Have you ever wanted to create an installer program on a Linux system, but didn’t want all the hassle of an actual install builder? I have. I recently had need of a simple, no frills installation that could:

ask the user a few questions
extract some binary files and
do some stuff with those binary files.
 

So I’m [...]