~marcoceppi/charms/trusty/mysql/lp1343812

« back to all changes in this revision

Viewing changes to hooks/install

  • Committer: Charles Butler
  • Date: 2014-03-18 15:28:40 UTC
  • mfrom: (114.1.1 mysql)
  • Revision ID: chuck@dasroot.net-20140318152840-yrae38t3fh0lobkf
[marcoceppi] Remove dependency on charm-helpers-sh

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
fi
15
15
 
16
16
apt-get update
17
 
apt-get install -y debconf-utils python-mysqldb uuid pwgen dnsutils charm-helper-sh || exit 1
 
17
apt-get install -y debconf-utils python-mysqldb uuid pwgen dnsutils || exit 1
18
18
 
19
19
PASSFILE=/var/lib/mysql/mysql.passwd
20
20
if ! [ -f $PASSFILE ] ; then