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