Add missing appimages for void
This commit is contained in:
parent
6199ce3d88
commit
f5f010edd6
4 changed files with 9 additions and 2 deletions
|
@ -17,7 +17,9 @@ elif command_exists "yum"; then
|
|||
elif command_exists "pacman"; then
|
||||
yay -S vesktop-bin --noconfirm --needed
|
||||
elif command_exists "xbps-install"; then
|
||||
echo "VESKTOP UNSUPPORTED ON VOID"
|
||||
cd ~/Applications
|
||||
curl -LO $(curl -s https://api.github.com/repos/Vencord/Vesktop/releases/latest | grep "browser_download_url.*Vesktop-.*.AppImage" | head --lines 1 | cut -d : -f 2,3 | tr -d \")
|
||||
cd -
|
||||
else
|
||||
echo "IDK, check the repo: https://github.com/Vencord/Vesktop"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue