forked from stove/dataset
8 lines
86 B
Bash
8 lines
86 B
Bash
#!/bin/bash
|
|
|
|
set -xe
|
|
|
|
[ -e /tmp/proxy.sh ] && . /tmp/proxy.sh
|
|
microdnf update
|
|
|
|
exit 0
|