Skip to content

Commit

Permalink
makes a balnk convert2rhel.ini file
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-ang9 committed Dec 3, 2024
1 parent e88f0dc commit 33bd3a9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/generate_manpage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ jobs:
pip install --upgrade pip
pip install pexpect argparse-manpage six
- name: Create /etc/convert2rhel.ini
run: |
sudo mkdir -p /etc
sudo touch /etc/convert2rhel.ini
- name: Download and install RPM
run: |
wget http://ftp.rpm.org/releases/rpm-4.14.x/rpm-4.14.2.tar.bz2
Expand Down

0 comments on commit 33bd3a9

Please sign in to comment.