From 3e48abf5983f34930b279029fe65fdaa49e01329 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sat, 16 Aug 2025 20:27:40 -0400 Subject: [PATCH] Fixed typo in functions.sh. --- .includes/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.includes/functions.sh b/.includes/functions.sh index dda0cf4..766701d 100755 --- a/.includes/functions.sh +++ b/.includes/functions.sh @@ -36,7 +36,7 @@ add_stormux_repo() { infobox "Adding StormUX repository and importing signing key..." # Import the repository signing key - if ! curl -s https://packages.stormux.org/stormux-repo.pub | sudo "${sudoFlags[@]}" pacman-key --add -; then + if ! curl -s https://packages.stormux.org/stormux_repo.pub | sudo "${sudoFlags[@]}" pacman-key --add -; then msgbox "Failed to download StormUX repository key." return 1 fi