Last active
August 29, 2015 14:17
-
-
Save elovelan/61a1ed30c3f7576eb271 to your computer and use it in GitHub Desktop.
Error installing puppetserver-2.0.0.SNAPSHOT.deb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Setting up puppetserver (2.0.0.SNAPSHOT.2015.03.14T0121-1puppetlabs1) ... | |
/var/lib/dpkg/info/puppetserver.postinst: 3: /var/lib/dpkg/info/puppetserver.postinst: /usr/share/puppetserver/scripts/install.sh: not found | |
dpkg: error processing package puppetserver (--configure): | |
subprocess installed post-installation script returned error exit status 127 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dpkg --info ./puppetserver_2.0.0.SNAPSHOT.2015.03.14T0121-1puppetlabs1_all.deb postinst | |
#!/bin/sh | |
/usr/share/puppetserver/scripts/install.sh postinst_deb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment