diff --git a/README.md b/README.md index e062cc4..f923912 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ This install process is assuming that you are building from a Rocky Linux instal ## Packages that need to be installed First update local packages. + `sudo dnf clean all && sudo dnf update -y` Next install Epel release to enable the extra packages needed. @@ -26,15 +27,15 @@ Then install the packages needed for this project: Go to [Fedora's Pagure](https://pagure.io/appliance-tools/releases) to get the latest release. At this time, release 011.1. -`curl -O https://pagure.io/appliance-tools/archive/011.1/appliance-tools-011.1.tar.gz` -`tar -zxvf appliance-tools-011.1.tar.gz` -`cd appliance-tools-011.1/` +`curl -O https://pagure.io/appliance-tools/archive/011.1/appliance-tools-011.1.tar.gz` +`tar -zxvf appliance-tools-011.1.tar.gz` +`cd appliance-tools-011.1/` `sudo make install` ## Configure repository. -`cd ~` -`git clone https://git.rockylinux.org/skip/RockyRpi.git` +`cd ~` +`git clone https://git.rockylinux.org/skip/RockyRpi.git` `cd RockyRpi/` ## Update kickstart