From 1626bb144a4977008171adb77e2a3ed45869cf69 Mon Sep 17 00:00:00 2001 From: askiiart Date: Sat, 7 Dec 2024 22:58:29 -0600 Subject: [PATCH] misc fixes --- install-stuff/install-misc.sh | 2 +- install-stuff/install-rust.sh | 1 + install-stuff/install-steam.bash | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install-stuff/install-misc.sh b/install-stuff/install-misc.sh index 356a2a0..537dca0 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 clippy 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 -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 -y sudo dnf install ffmpeg --allowerasing sudo systemctl enable --now syncthing@askiiart diff --git a/install-stuff/install-rust.sh b/install-stuff/install-rust.sh index 0b80c0d..0d78895 100755 --- a/install-stuff/install-rust.sh +++ b/install-stuff/install-rust.sh @@ -11,6 +11,7 @@ if command_exists "yum"; then fish -c "rustup-init" fish -c "cargo install cavif" + sudo dnf remove rust -y 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 rustup -y diff --git a/install-stuff/install-steam.bash b/install-stuff/install-steam.bash index ce5a07a..978709d 100755 --- a/install-stuff/install-steam.bash +++ b/install-stuff/install-steam.bash @@ -21,7 +21,6 @@ elif command_exists "dnf"; then AppImageLauncherSettings & sleep 5 kill $(pidof AppImageLauncherSettings) - sudo dnf install gperftools-libs-2.14-3.fc40.i686 elif command_exists "rpm-ostree"; then rpm-ostree install steam -y rpm-ostree install qt5-qtbase-gui -y