misc fixes

This commit is contained in:
askiiart 2024-12-07 22:58:29 -06:00
parent e7cc34f8c9
commit 1626bb144a
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30
3 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ if command_exists "apt-get"; then
sudo apt-get install kitty -y sudo apt-get install kitty -y
echo "Please install SchildiChat, nvim/neovim" echo "Please install SchildiChat, nvim/neovim"
elif command_exists "dnf"; then 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 dnf install ffmpeg --allowerasing
sudo systemctl enable --now syncthing@askiiart sudo systemctl enable --now syncthing@askiiart

View file

@ -11,6 +11,7 @@ if command_exists "yum"; then
fish -c "rustup-init" fish -c "rustup-init"
fish -c "cargo install cavif" fish -c "cargo install cavif"
sudo dnf remove rust -y
elif command_exists "rpm-ostree"; then elif command_exists "rpm-ostree"; then
sudo wget https://askiiart.net/repos/fedora/x86_64/askiiart.repo -O /etc/yum.repos.d/askiiart.repo sudo wget https://askiiart.net/repos/fedora/x86_64/askiiart.repo -O /etc/yum.repos.d/askiiart.repo
rpm-ostree install rustup -y rpm-ostree install rustup -y

View file

@ -21,7 +21,6 @@ elif command_exists "dnf"; then
AppImageLauncherSettings & AppImageLauncherSettings &
sleep 5 sleep 5
kill $(pidof AppImageLauncherSettings) kill $(pidof AppImageLauncherSettings)
sudo dnf install gperftools-libs-2.14-3.fc40.i686
elif command_exists "rpm-ostree"; then elif command_exists "rpm-ostree"; then
rpm-ostree install steam -y rpm-ostree install steam -y
rpm-ostree install qt5-qtbase-gui -y rpm-ostree install qt5-qtbase-gui -y