From c62ab3bae4469e12e2e6a8f37076ad7b1223c7fb Mon Sep 17 00:00:00 2001 From: askiiart Date: Thu, 28 Dec 2023 01:21:21 -0600 Subject: [PATCH] Remove firefox removal; update dotfiles --- distro-specific.bash | 2 +- dotfiles | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/distro-specific.bash b/distro-specific.bash index c30e393..c2b7aa4 100755 --- a/distro-specific.bash +++ b/distro-specific.bash @@ -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) diff --git a/dotfiles b/dotfiles index f2df853..bdb22ac 160000 --- a/dotfiles +++ b/dotfiles @@ -1 +1 @@ -Subproject commit f2df8532350274f1eb9304d5e181938026bb3116 +Subproject commit bdb22ac5128ac61f0702ead6c4911ed39d716bb4