From 89e50588fe8fb3132c4f780a1050108df4db7035 Mon Sep 17 00:00:00 2001 From: Mike Gerber Date: Tue, 15 Sep 2026 20:19:57 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20Remove=20unused=20have=5Fcmd()?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- post-install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/post-install.sh b/post-install.sh index 0fa527a..3ddfccd 100755 --- a/post-install.sh +++ b/post-install.sh @@ -3,8 +3,6 @@ set -euo pipefail -have_cmd() { command -v "$1" &>/dev/null; } - enable_epel() { echo "Enable CodeReady Builder repository..." dnf config-manager --set-enabled crb