mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-17 01:04:24 +00:00
chore(dnf): add commands to upgrade release
This commit is contained in:
@@ -15,10 +15,8 @@ sudo dnf --assumeyes install \
|
||||
sudo dnf upgrade --security --sec-severity 'Critical' --downloadonly
|
||||
sudo dnf -y upgrade --security --sec-severity 'Important'
|
||||
|
||||
|
||||
sudo rpmkeys --import 'https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/-/raw/master/pub.gpg'
|
||||
|
||||
|
||||
cat <<-EOF | sudo tee -a /etc/yum.repos.d/vscodium.repo
|
||||
[gitlab.com_paulcarroty_vscodium_repo]
|
||||
name=gitlab.com_paulcarroty_vscodium_repo
|
||||
@@ -29,6 +27,8 @@ cat <<-EOF | sudo tee -a /etc/yum.repos.d/vscodium.repo
|
||||
gpgkey=https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/-/raw/master/pub.gpg
|
||||
EOF
|
||||
|
||||
|
||||
# List files in packages
|
||||
dnf repoquery -l 'nginx'
|
||||
|
||||
sudo dnf check-release-update
|
||||
sudo dnf upgrade --releasever='2023.5.20240722'
|
||||
|
||||
Reference in New Issue
Block a user