Fixed typo in functions.sh.

This commit is contained in:
Storm Dragon
2025-08-16 20:27:40 -04:00
parent 7fc6dd25e4
commit 3e48abf598

View File

@@ -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