Update vesktop package name

This commit is contained in:
askiiart 2024-02-20 12:14:03 -06:00
parent 6584058370
commit c948309910
Signed by untrusted user who does not match committer: askiiart
GPG key ID: BC3800E55FB54D67
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 5c818c99b3dc2fbf7862dcef07cc74047558f095 Subproject commit 42329687dc06e1ee293a4ec50b79df9fd6d66cf9

View file

@ -15,7 +15,7 @@ elif command_exists "yum"; then
sudo dnf install ./VencordDesktop*.rpm -y sudo dnf install ./VencordDesktop*.rpm -y
rm ./VencordDesktop*.rpm rm ./VencordDesktop*.rpm
elif command_exists "pacman"; then elif command_exists "pacman"; then
yay -S vencord-desktop-bin --noconfirm --needed yay -S vesktop-bin --noconfirm --needed
else else
echo "IDK, check the repo: https://github.com/Vencord/Vesktop" echo "IDK, check the repo: https://github.com/Vencord/Vesktop"
fi fi