Fix issue #3 and generally update project

This commit is contained in:
2014-01-26 12:50:05 +00:00
parent 506347539d
commit 00fbafc18f
3 changed files with 28 additions and 8 deletions

14
bootstrap.sh Normal file
View File

@@ -0,0 +1,14 @@
#! /usr/bin/env bash
# Install
apt-get install -y python-software-properties
add-apt-repository ppa:teward/znc
apt-get update
apt-get install -y znc znc-dbg znc-dev znc-perl znc-python znc-tcl
apt-get install -y znc znc-dbg znc-dev znc-extra znc-perl znc-python znc-tcl
# Clean up
apt-get remove -y python-software-properties
apt-get autoremove -y
apt-get clean