Skip to content

Commit

Permalink
Should be able to work without this
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Nov 25, 2023
1 parent 2799ed7 commit 7ace1cf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/jobs/configure-checks/all.bats
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ translate () {
args="$@"
if [ "$distro_id" = "ID=fedora" ]; then
args=${args/libcgroup-dev/libcgroup-devel}
args=${args/ntp/chrony}
args=${args/apache2/httpd}
args=${args/php-mysql/php-mysqlnd}
args=${args/glibc-source/glibc}
#args=${args/ntp/chrony}
#args=${args/apache2/httpd}
#args=${args/php-mysql/php-mysqlnd}
#args=${args/glibc-source/glibc}
fi
echo "$args"
}
Expand Down

0 comments on commit 7ace1cf

Please sign in to comment.