~paulgear/charms/trusty/quassel-core/trunk

« back to all changes in this revision

Viewing changes to hooks/install

  • Committer: Paul Gear
  • Date: 2014-11-17 03:25:32 UTC
  • Revision ID: paul.gear@canonical.com-20141117032532-se85622n97x4se60
Add warning about certificate change

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh
 
2
set -eux
 
3
apt-get -y install quassel-core openssl logrotate
 
4
service quasselcore stop
2
5
 
3
 
apt-get -y install quassel-core
4
 
open-port 4242
 
6
# remove certificate and configuration on initial installation - they will be created by config-changed if necessary
 
7
rm -f /var/lib/quassel/quasselCert.pem
 
8
rm -f /etc/default/quasselcore