diff --git a/post-install b/post-install index eaeece9..8b74b05 100755 --- a/post-install +++ b/post-install @@ -34,7 +34,7 @@ if [[ $os == "Ubuntu" ]]; then sudo snap install -y $(cat snap-packages); wget https://dl.discordapp.net/apps/linux/0.0.21/discord-0.0.21.deb; sudo apt install -f discord-0.0.21.deb; -elif [[ $os == "Fedora" ]] then +elif [[ $os == "Fedora" ]]; then echo "test" else echo "OS not yet supported"