~marcoceppi/charms/precise/statusnet/tests

« back to all changes in this revision

Viewing changes to hooks/install

  • Committer: Nathan Osman
  • Date: 2011-11-30 21:26:43 UTC
  • Revision ID: admin@quickmediasolutions.com-20111130212643-eit7gp562i7qsjk0
Updated install hook to use correct package and command for verifying archive hash.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
juju-log "Installing required packages"
10
10
export DEBIAN_FRONTEND=noninteractive
11
 
apt-get install -y libapache2-mod-php5 php5-mysql php5-curl php5-gd php5-cli postfix wget charm-helper-bash
 
11
apt-get install -y libapache2-mod-php5 php5-mysql php5-curl php5-gd php5-cli postfix wget charm-helper-sh
12
12
 
13
13
juju-log "Downloading and verifying StatusNet"
14
 
. /usr/share/charm-helpers/sh/net.sh
15
 
ch_file_get http://status.net/statusnet-1.0.1.tar.gz 727a7cfe7e9531b732739dabd295bcb9
 
14
. /usr/share/charm-helper/sh/net.sh
 
15
ch_get_file http://status.net/statusnet-1.0.1.tar.gz 727a7cfe7e9531b732739dabd295bcb9
16
16
 
17
17
juju-log "Extracting StatusNet"
18
18
cd /var/www