Update README.md
to get debuild you need to install devscripts
This commit is contained in:
parent
75f933cf64
commit
e964439b99
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ Ansible Debian Package
|
||||||
To create an Ansible DEB package:
|
To create an Ansible DEB package:
|
||||||
|
|
||||||
sudo apt-get install python-paramiko python-yaml python-jinja2 python-httplib2 python-setuptools sshpass
|
sudo apt-get install python-paramiko python-yaml python-jinja2 python-httplib2 python-setuptools sshpass
|
||||||
sudo apt-get install cdbs debhelper dpkg-dev git-core reprepro python-support fakeroot asciidoc
|
sudo apt-get install cdbs debhelper dpkg-dev git-core reprepro python-support fakeroot asciidoc devscripts
|
||||||
git clone git://github.com/ansible/ansible.git
|
git clone git://github.com/ansible/ansible.git
|
||||||
cd ansible
|
cd ansible
|
||||||
make deb
|
make deb
|
||||||
|
|
Loading…
Reference in a new issue