This website requires JavaScript.
Explore
Help
Register
Sign In
sig_cloud
/
diskimage-builder
Watch
2
Star
0
Fork
0
You've already forked diskimage-builder
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
6360b46229
diskimage-builder
/
elements
/
rpm-distro
/
pre-install.d
/
01-install-bin
4 lines
83 B
Plaintext
Raw
Normal View
History
Unescape
Escape
/bin/bash all the things. Since we are using bash syntax in some of the element fragments, we should make sure we use bash for all of them, so that things don't break on systems where /bin/sh != /bin/bash. Change-Id: If2f043c57aa4e1492b7f9839213ef6123f683612
2013-11-07 04:25:34 +00:00
#!/bin/bash
New element that uses a fedora cloud image as the base. Change-Id: I7d83bb2b359e7a8c3858eca04c96e35cf4e1fe9e
2013-02-13 22:16:00 +00:00
install -m 0755 -o root -g root $(dirname $0)/../bin/* /usr/local/bin
Reference in New Issue
Copy Permalink