github.com/cloud-foundations/dominator@v0.0.0-20221004181915-6e4fee580046/cmd/image-unpacker/install (about) 1 #! /bin/bash --posix 2 3 set -o nounset 4 5 cd "${0%/*}" 6 7 . ./scripts/install.lib 8 9 $echo cp -p scripts/image-pusher/* /usr/local/etc || exit 10 install_all image-unpacker