Skip to content

Commit

Permalink
Merge pull request #30 from AdamWill/install-which-ps
Browse files Browse the repository at this point in the history
Install which and procps-ng in prepare-system (all profiles)
  • Loading branch information
jpopelka authored Dec 12, 2023
2 parents c8d7408 + 82c5856 commit ff6e45d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion profiles/centos-stream/prepare-system
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ yum clean all
yum makecache

echo "Installing packages required for testing..."
yum install -y createrepo_c
yum install -y createrepo_c which procps-ng

echo "Updating the system..."
yum update -y
2 changes: 1 addition & 1 deletion profiles/fedora/prepare-system
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ echo "Recreating the DNF cache..."
"$YUMDNFCMD" makecache

echo "Installing packages required for testing..."
"$YUMDNFCMD" install -y createrepo_c
"$YUMDNFCMD" install -y createrepo_c which procps-ng

echo "Updating the system..."
"$YUMDNFCMD" update -y
2 changes: 1 addition & 1 deletion profiles/rhel/prepare-system
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ fi
# yum config-manager --set-enabled astepano-mini-tps || :

echo "Installing required packages for testing"
yum install -y createrepo_c
yum install -y createrepo_c which procps-ng

yum update -y
yum clean all
Expand Down

0 comments on commit ff6e45d

Please sign in to comment.