fix: dont force discord deb install
parent
54a002fb33
commit
2cf5383462
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue