mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
feat(dnf): commands for selective upgrades
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
#!/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'
|
||||
|
||||
Reference in New Issue
Block a user