Add missing appimages for void
This commit is contained in:
parent
6199ce3d88
commit
f5f010edd6
4 changed files with 9 additions and 2 deletions
|
@ -34,6 +34,9 @@ elif command_exists "xbps-install";
|
|||
# missing: hexgl, drawing, clippy, schildichat, genisoimage
|
||||
# not included: libfreeglut, don't think that's required
|
||||
sudo xbps-install kitty neovim gcc vlc ncdu gcolor3 rustup p7zip mosh krita podman podman-compose gajim progress yt-dlp zstd iperf3
|
||||
cd ~/Applications
|
||||
curl -LO $(curl -s https://api.github.com/repos/SchildiChat/schildichat-desktop/releases/latest | grep "browser_download_url.*SchildiChat-.*.AppImage" | head --lines 1 | cut -d : -f 2,3 | tr -d \") -C -
|
||||
cd -
|
||||
else
|
||||
echo "Unsupported: unknown package manager and distro"
|
||||
exit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue