dataset/seed/applicationservice/2022.03.08/base-fedora/packer/image/scripts/10-update

9 lines
86 B
Text
Raw Normal View History

2022-03-08 19:42:28 +01:00
#!/bin/bash
set -xe
[ -e /tmp/proxy.sh ] && . /tmp/proxy.sh
microdnf update
exit 0