diff --git a/distro-specific.bash b/distro-specific.bash index 7a1a636..ee71035 100755 --- a/distro-specific.bash +++ b/distro-specific.bash @@ -24,6 +24,10 @@ elif command_exists "dnf"; then # grub setup grep -qxF 'GRUB_DISABLE_OSPROBER=false' /etc/default/grub || echo 'GRUB_DISABLE_OSPROBER=false' | sudo tee -a /etc/default/grub + sudo sed -i 's/^AutoEnable=true/AutoEnable=false/' /etc/bluetooth/main.conf + + # set perms for best wluma performance + sudo usermod -aG video $(whoami) elif command_exists "rpm-ostree"; then sudo wget https://askiiart.net/repos/fedora/x86_64/askiiart.repo -O /etc/yum.repos.d/askiiart.repo rpm-ostree 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 -y diff --git a/install-stuff/install-librewolf.bash b/install-stuff/install-librewolf.bash index f5bf655..92acbd9 100755 --- a/install-stuff/install-librewolf.bash +++ b/install-stuff/install-librewolf.bash @@ -14,8 +14,8 @@ if command_exists "apt-get"; then sudo apt update sudo apt install librewolf -y elif command_exists "dnf"; then - sudo dnf config-manager addrepo --from-repofile 'https://repo.librewolf.net/librewolf.repo' - sudo dnf install librewolf + sudo dnf config-manager addrepo --from-repofile 'https://askiiart.net/repos/fedora/x86_64/askiiart.repo' + sudo dnf install librewolf-allow-dark sudo dnf remove firefox mkdir tmp-openh264 cd tmp-openh264 diff --git a/install-stuff/install-misc.sh b/install-stuff/install-misc.sh index 3c931f4..106ed14 100755 --- a/install-stuff/install-misc.sh +++ b/install-stuff/install-misc.sh @@ -12,7 +12,7 @@ if command_exists "apt-get"; then sudo apt-get install kitty -y echo "Please install SchildiChat, nvim/neovim" elif command_exists "dnf"; then - sudo dnf install kitty neovim gcc gnome-hexgl drawing make vlc freeglut ncdu gcolor3 rustup p7zip mosh krita podman podman-docker podman-compose gajim progress yt-dlp genisoimage zstd iperf3 keepassxc python3-pip ffmpegthumbnailer linuxconsoletools bind-utils hyfetch fastfetch nmap unrar-free restic gparted bsdtar android-tools httpd-tools digikam edid-decode hexchat htop minetest fuse-sshfs syncthing nasm sysstat openshot HandBrake HandBrake-gui electrum feather obs-studio fuse-libs pandoc wtype fedora-packager rpmdevtools createrepo_c iotop igt-gpu-tools -y + sudo dnf install kitty neovim gcc gnome-hexgl drawing make vlc freeglut ncdu gcolor3 rustup p7zip mosh krita podman podman-docker podman-compose gajim progress yt-dlp genisoimage zstd iperf3 keepassxc python3-pip ffmpegthumbnailer linuxconsoletools bind-utils hyfetch fastfetch nmap unrar-free restic gparted bsdtar android-tools httpd-tools digikam edid-decode hexchat htop minetest fuse-sshfs syncthing nasm sysstat openshot HandBrake HandBrake-gui electrum feather obs-studio fuse-libs pandoc wtype fedora-packager rpmdevtools createrepo_c iotop igt-gpu-tools power-profiles-daemon -y sudo dnf install ffmpeg --allowerasing sudo systemctl enable --now syncthing@askiiart @@ -40,7 +40,7 @@ elif command_exists "dnf"; then # Add my repo sudo dnf config-manager addrepo --from-repofile 'https://askiiart.net/repos/fedora/x86_64/askiiart.repo' - sudo dnf install polycat -y + sudo dnf install polycat wluma fjord-launcher-unlocked -y elif command_exists "rpm-ostree"; then rpm-ostree install kitty neovim gcc gnome-hexgl drawing make vlc freeglut ncdu gcolor3 rustup clippy p7zip mosh krita podman podman-docker podman-compose gajim progress yt-dlp genisoimage zstd iperf3 -y --allow-inactive