~dave-cheney/charms/precise/mediawiki/trunk

« back to all changes in this revision

Viewing changes to hooks/install

  • Committer: Clint Byrum
  • Date: 2012-06-28 00:00:17 UTC
  • Revision ID: clint@ubuntu.com-20120628000017-5mucprvdszlrnn56
Installing mediawiki from my PPA to get 1.19

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
home=`dirname $0`
4
4
 
5
 
DEBIAN_FRONTEND=noninteractive apt-get --no-install-recommends -y -q install mediawiki php5-cli postfix python-mysqldb pwgen
 
5
add-apt-repository -y ppa:clint-fewbar/fixes
 
6
apt-get update
 
7
apt-get --no-install-recommends -y -q install mediawiki php5-cli postfix python-mysqldb pwgen
6
8
 
7
9
# Run config changed hook
8
10
$home/config-changed