7 lines
58 B
Bash
7 lines
58 B
Bash
#!/usr/bin/env bash
|
|
set -ex
|
|
|
|
dnf -y update
|
|
|
|
dnf clean all
|