Add void support, plus some other updates
This commit is contained in:
parent
2b9c0a8d6c
commit
6199ce3d88
13 changed files with 62 additions and 12 deletions
|
@ -16,6 +16,8 @@ elif command_exists "yum"; then
|
|||
rm ./vesktop-*.rpm
|
||||
elif command_exists "pacman"; then
|
||||
yay -S vesktop-bin --noconfirm --needed
|
||||
elif command_exists "xbps-install"; then
|
||||
echo "VESKTOP UNSUPPORTED ON VOID"
|
||||
else
|
||||
echo "IDK, check the repo: https://github.com/Vencord/Vesktop"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue