From 2cf5383462c4632119d5f24e9b37664512158a24 Mon Sep 17 00:00:00 2001 From: CrimsonTome Date: Tue, 22 Nov 2022 21:05:05 +0000 Subject: [PATCH] fix: dont force discord deb install --- post-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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