add fedora
This commit is contained in:
parent
75da477da5
commit
8d46469f78
@ -2,4 +2,6 @@
|
||||
if grep -q ID=debian "/etc/os-release"; then
|
||||
sudo dpkg --add-architecture i386
|
||||
sudo apt-get update
|
||||
elif grep -q ID=fedora "/etc/os-release"; then
|
||||
sudo dnf install https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user