fix: dont force discord deb install

main
CrimsonTome 2022-11-22 21:05:05 +00:00 committed by Rowan Clark
parent 54a002fb33
commit 2cf5383462
No known key found for this signature in database
GPG Key ID: F620D51904044094
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ if [[ $os == "Ubuntu" ]]; then
sudo apt install -y `cat apt-packages`; sudo apt install -y `cat apt-packages`;
sudo snap install `cat snap-packages`; sudo snap install `cat snap-packages`;
wget https://dl.discordapp.net/apps/linux/0.0.21/discord-0.0.21.deb; 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 elif [[ $os == "Fedora" ]]; then
echo "dnf is not yet supported"; echo "dnf is not yet supported";
else else