From c9483099109ae96572d7976cc9b1f6fa8cc60848 Mon Sep 17 00:00:00 2001 From: askiiart Date: Tue, 20 Feb 2024 12:14:03 -0600 Subject: [PATCH] Update vesktop package name --- dotfiles | 2 +- install-stuff/install-vesktop.bash | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles b/dotfiles index 5c818c9..4232968 160000 --- a/dotfiles +++ b/dotfiles @@ -1 +1 @@ -Subproject commit 5c818c99b3dc2fbf7862dcef07cc74047558f095 +Subproject commit 42329687dc06e1ee293a4ec50b79df9fd6d66cf9 diff --git a/install-stuff/install-vesktop.bash b/install-stuff/install-vesktop.bash index 1e72560..ea284c8 100755 --- a/install-stuff/install-vesktop.bash +++ b/install-stuff/install-vesktop.bash @@ -15,7 +15,7 @@ elif command_exists "yum"; then sudo dnf install ./VencordDesktop*.rpm -y rm ./VencordDesktop*.rpm elif command_exists "pacman"; then - yay -S vencord-desktop-bin --noconfirm --needed + yay -S vesktop-bin --noconfirm --needed else echo "IDK, check the repo: https://github.com/Vencord/Vesktop" fi