Retire Alma and Rocky 8 Update Alma/Rocky 9 to 9.4 Retire Fedora 38 Add Fedora 40
7 lines
58 B
Bash
7 lines
58 B
Bash
#!/usr/bin/env bash
|
|
set -ex
|
|
|
|
dnf -y update
|
|
|
|
dnf clean all
|