mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
9 lines
249 B
Bash
9 lines
249 B
Bash
#!/usr/bin/env sh
|
|
|
|
sudo dnf list --available --showduplicates 'gitlab-runner'
|
|
|
|
sudo dnf check-update --bugfix --security
|
|
|
|
sudo dnf upgrade --security --sec-severity 'Critical' --downloadonly
|
|
sudo dnf -y upgrade --security --sec-severity 'Important'
|