Skip to content

Commit

Permalink
yum
Browse files Browse the repository at this point in the history
  • Loading branch information
ms609 committed Feb 19, 2024
1 parent f8778df commit 1e28df8
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/rhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,8 @@ jobs:
run: |
. /etc/os-release
echo $ID
if $ID=="fedora"
then
echo "RUNNING FEDORA!"
fi
if command -v hostnamectl
then
hostnamectl
fi
if command -v uname
then
uname -r
if [ "$ID" = "fedora" ]; then
yum install sudo
fi
if command -v apt-get &> /dev/null
then
Expand Down

0 comments on commit 1e28df8

Please sign in to comment.