From fed2d7be4ad95340bd7ec2dbf2d45183bd1b8971 Mon Sep 17 00:00:00 2001 From: benny Vasquez Date: Tue, 9 Jul 2024 10:51:21 -0400 Subject: [PATCH] adding sudo's --- content/blog/2024-07-09-centos7-updates.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/blog/2024-07-09-centos7-updates.md b/content/blog/2024-07-09-centos7-updates.md index 3d2270a..eea350b 100644 --- a/content/blog/2024-07-09-centos7-updates.md +++ b/content/blog/2024-07-09-centos7-updates.md @@ -47,8 +47,8 @@ Here are the key steps you need to follow to upgrade your CentOS 7 system to Alm * To get started on the upgrade process, an updated system is required to get the latest updates. Don't forget to reboot the system after updating it. **NOTE:** Since the CentOS 7 repositories are now offline you will need to swap to the CentOS vault, or you can use our CentOS 7 mirror that we've setup for use with ELevate: ```bash - curl -o /etc/yum.repos.d/CentOS-Base.repo https://el7.repo.almalinux.org/centos/CentOS-Base.repo - yum upgrade -y + sudo curl -o /etc/yum.repos.d/CentOS-Base.repo https://el7.repo.almalinux.org/centos/CentOS-Base.repo + sudo yum upgrade -y ``` **Don't forget to reboot!** * Next you need to install the *elevate-release* package with the project repo and GPG key: