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