Use schildichat-desktop in askiiart.net fedora repo
This commit is contained in:
parent
b4244976bb
commit
8cb779310c
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue