add wluma, update stuff to use new packages in my repo, don't auto-enable bluetooth
This commit is contained in:
parent
f8ae139e3b
commit
78f4b3f455
3 changed files with 8 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue