Update fedora stuff
This commit is contained in:
parent
a14e863b2e
commit
b6f920878c
6 changed files with 12 additions and 8 deletions
|
@ -10,8 +10,9 @@ command_exists() { type "$1" &>/dev/null; }
|
|||
if command_exists "apt-get"; then
|
||||
sudo apt update
|
||||
sudo apt install curl -y
|
||||
elif command_exists "yum"; then
|
||||
elif command_exists "dnf"; then
|
||||
sudo dnf config-manager --add-repo https://askiiart.net/repos/fedora/x86_64/askiiart.repo
|
||||
sudo dnf remove libreoffice* firefox atril -y
|
||||
sudo dnf install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
|
||||
elif command_exists "pacman"; then
|
||||
WD=$(pwd)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue