From c879c0f1498ec53e1256abe3e79ad737e78d5296 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Sat, 28 Jun 2025 20:22:48 -0400 Subject: [PATCH] change xpadneo install script name to be inline with other script names --- files/scripts/{install-xpadneo.sh => installxpadneo.sh} | 0 recipes/components/dnf-module.yml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename files/scripts/{install-xpadneo.sh => installxpadneo.sh} (100%) diff --git a/files/scripts/install-xpadneo.sh b/files/scripts/installxpadneo.sh similarity index 100% rename from files/scripts/install-xpadneo.sh rename to files/scripts/installxpadneo.sh diff --git a/recipes/components/dnf-module.yml b/recipes/components/dnf-module.yml index 619cc90..e519332 100644 --- a/recipes/components/dnf-module.yml +++ b/recipes/components/dnf-module.yml @@ -35,4 +35,4 @@ modules: - type: script scripts: - - install-xpadneo.sh \ No newline at end of file + - installxpadneo.sh \ No newline at end of file