Appliance tool update.

This commit is contained in:
Chris Stackpole 2021-07-14 21:39:02 -05:00
parent 7898555236
commit 43e07302c3
1 changed files with 1 additions and 10 deletions

View File

@ -17,21 +17,12 @@ Next install Epel release to enable the extra packages needed.
Then install the packages needed for this project:
`sudo dnf install -y git tar python3 make python3-imgcreate python3-progress`
`sudo dnf install -y git python3 python3-imgcreate python3-progress appliance-tools`
## Python 3 needs to be configured
`sudo alternatives --set python /usr/bin/python3`
## Configure Appliance-creator
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/`
`sudo make install`
## Configure repository.
`cd ~`