Hello,
I have little customize this Script it Installs the daemon/gui, and I have apply a update Script.
For the Linux Newbee´s a very easy way to install and to start it ;)
Welcome to PeerGuardian Linux Installer - vesion 1.5 beta
A Methlabs Production -
http://www.methlabs.org
By Bitrot, Nullcontext. Installer by JFM
Original PeerGuardian by Method, PG2 by Phrosty
You need Gmabas to run the Gui
http://gambas.sourceforge.net/
Download the Package.
http://3dlinuxforen.de/downloads/peerguardin.tar
After Extract run the Install.sh
sh install.sh
The /usr/bin/peer.sh Script dwonloads the new Blocklist from blocklist.org,
starts the damoen and runs the Gui.
When you close the Gui the daemon will be killed.
Code:
#binbash
cd /etc
rm p2p.p2b.p2p
rm p2p.p2b.gz
rm p2p.p2b
wget -c blocklist.org/p2p.p2b.gz
gunzip p2p.p2b.gz
peerguardnf -n p2p.p2b
killall peerguardnf
peerguardnf -d -c /etc/PG.conf -l /var/log/PG.log -h -m
cd /usr/bin/peerguardnf2
./peerguardnf2
killall peerguardnf
exit
MFG SmOkyS