Markdown formatting.

This commit is contained in:
Chris Stackpole 2021-07-13 22:36:03 -05:00
parent 1a867df9a9
commit 7898555236
1 changed files with 6 additions and 5 deletions

View File

@ -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