Improved redhat installtions

This commit is contained in:
2021-11-24 09:55:57 +01:00
parent ee00077533
commit d0d8f9d221
7 changed files with 24 additions and 22 deletions

View File

@@ -2,6 +2,7 @@
install_discord() {
echo 'Installing Discord'
wget -O discord.deb "https://discordapp.com/api/download?platform=linux&format=deb"
sudo dpkg -i discord.deb
sudo dnf install https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
sudo dnf update
sudo dnf install discord -y
}