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