diff --git a/post-install b/post-install index 9b13007..88e1b4d 100755 --- a/post-install +++ b/post-install @@ -35,7 +35,7 @@ if [[ $os == "Ubuntu" ]]; then sudo apt install -y `cat apt-packages`; sudo snap install `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; + sudo apt install ./discord-0.0.21.deb; elif [[ $os == "Fedora" ]]; then echo "dnf is not yet supported"; else