diff --git a/install-stuff/install-misc.sh b/install-stuff/install-misc.sh index 83468d3..7a17c6d 100755 --- a/install-stuff/install-misc.sh +++ b/install-stuff/install-misc.sh @@ -12,10 +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 rust cargo clippy p7zip mosh krita podman podman-docker podman-compose gajim -y - curl -LO $(curl -s https://api.github.com/repos/SchildiChat/schildichat-desktop/releases/latest | grep "browser_download_url.*schildichat-desktop-.*.x86_64.rpm" | cut -d : -f 2,3 | tr -d \") - sudo dnf install ./schildichat-desktop-*.x86_64.rpm - sudo rm ./schildichat-desktop-*.x86_64.rpm + sudo dnf install kitty neovim gcc gnome-hexgl drawing make vlc freeglut ncdu gcolor3 rust cargo clippy p7zip mosh krita podman podman-docker podman-compose gajim schildichat-desktop -y # Install Prism Launcher sudo dnf copr enable g3tchoo/prismlauncher