~ubuntu-branches/ubuntu/raring/charm-tools/raring

« back to all changes in this revision

Viewing changes to templates/charm/hooks/install

  • Committer: Clint Byrum
  • Date: 2012-01-16 08:24:05 UTC
  • mfrom: (1.1.4)
  • Revision ID: clint@ubuntu.com-20120116082405-2giea0cjhd6zd26k
new upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/bash
2
 
#
3
 
# Here do anything needed to install the service
4
 
# i.e. apt-get install -y foo  or  bzr branch http://myserver/mycode /srv/webroot
5
 
 
6
 
apt-get install -y $package