diff --git a/install-stuff/install-misc.sh b/install-stuff/install-misc.sh index 8cea953..01666ad 100755 --- a/install-stuff/install-misc.sh +++ b/install-stuff/install-misc.sh @@ -22,7 +22,7 @@ elif command_exists "dnf"; then # Install schildichat-desktop # should be in my repo, but this works as both a fallback, and is faster than downloading from my repo - updates will come from my repo, though - #sudo dnf install $(curl -s https://api.github.com/repos/SchildiChat/schildichat-desktop/releases/latest | grep "browser_download_url.*schildichat-desktop-.*.x86_64.rpm" | cut -d : -f 2,3 | tr -d \" | tr -d ' ') + sudo dnf install $(curl -s https://api.github.com/repos/SchildiChat/schildichat-desktop/releases/latest | grep "browser_download_url.*schildichat-desktop-.*.x86_64.rpm" | cut -d : -f 2,3 | tr -d \" | tr -d ' ') ### Install AppImages ### # Install FjordLauncherUnlocked