From 74d360f7d0ea14c55f7d565c63352b2dce074630 Mon Sep 17 00:00:00 2001 From: Hugh Ratsch Date: Tue, 18 Feb 2025 18:36:17 -0600 Subject: [PATCH] updated notes --- src/rhcsa.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/rhcsa.md b/src/rhcsa.md index fc6b384..579ef22 100644 --- a/src/rhcsa.md +++ b/src/rhcsa.md @@ -732,5 +732,8 @@ sudo nano /etc/fstab sudo mount -a # Mount the ISO image sudo umount /mnt/iso # Unmount the ISO image + +### dnf config-manager +sudo dnf config-manager --add-repo="file:///path/to/repo/AppStream" # Add a repository ```