Remove firefox removal; update dotfiles

This commit is contained in:
askiiart 2023-12-28 01:21:21 -06:00
parent cbaa575871
commit c62ab3bae4
Signed by untrusted user who does not match committer: askiiart
GPG key ID: BC3800E55FB54D67
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ if command_exists "apt-get"; then
sudo apt install curl -y
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 remove libreoffice* 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)