Fix
[mirrors/Programs.git] / bash / rudna.net / madwifi-deb.sh
1 #!/bin/sh
2 apt-get update;
3 apt-get install apt dpkg;
4 apt-get install doc-debian debian-policy debmake devscripts fakeroot dh-make debhelper;
5 apt-get install make g++ gcc perl autoconf automake sed libc6-dev pbuilder;
6
7 tar -xvvzf "$1".tar.gz;
8 cd "$1";
9
This page took 0.230425 seconds and 4 git commands to generate.