#!/bin/bash

set -xe

[ -e /tmp/proxy.sh ] && . /tmp/proxy.sh
microdnf update

exit 0