mirror of
https://github.com/jimeh/docker-znc.git
synced 2026-02-19 09:56:43 +00:00
Fix issue #3 and generally update project
This commit is contained in:
14
bootstrap.sh
Normal file
14
bootstrap.sh
Normal 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
|
||||
Reference in New Issue
Block a user