Update fedora stuff
This commit is contained in:
parent
a14e863b2e
commit
b6f920878c
6 changed files with 12 additions and 8 deletions
|
@ -14,8 +14,10 @@ if command_exists "apt-get"; then
|
|||
sudo apt-get install kitty -y
|
||||
echo "Please install SchildiChat, nvim/neovim"
|
||||
elif command_exists "yum"; then
|
||||
sudo yum install kitty -y
|
||||
echo "Please install SchildiChat, nvim/neovim"
|
||||
sudo yum install kitty neovim -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
|
||||
elif command_exists "yay"; then
|
||||
yay -S kitty schildichat-desktop-bin digikam eog man-db neovim --noconfirm --needed
|
||||
elif command_exists "zypp"; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue