updated notes

This commit is contained in:
Hugh Ratsch
2025-02-18 18:36:17 -06:00
parent f9a67c38be
commit 74d360f7d0
+3
View File
@@ -732,5 +732,8 @@ sudo nano /etc/fstab
sudo mount -a # Mount the ISO image sudo mount -a # Mount the ISO image
sudo umount /mnt/iso # Unmount 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
``` ```