dataset/seed/applicationservice/2022.03.08/base-fedora/packer/image/preprocessors

12 lines
171 B
Text
Raw Normal View History

2022-03-08 19:42:28 +01:00
#!/bin/bash
set -xe
echo "Preprocessors"
if [ ! -z $https_proxy ]; then
echo "echo 'export https_proxy=$https_proxy' > /tmp/proxy.sh" > scripts/00-proxy
fi
exit 0