From 187953ae1e614a33e70fecad3a461fdabef62a76 Mon Sep 17 00:00:00 2001 From: Nico Jensch Date: Thu, 12 Nov 2020 17:27:31 +0100 Subject: [PATCH] Removed redundant setup --- usr/bin/setup-assistant | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/usr/bin/setup-assistant b/usr/bin/setup-assistant index c491e15..be7cf3a 100755 --- a/usr/bin/setup-assistant +++ b/usr/bin/setup-assistant @@ -111,9 +111,7 @@ function upgrade2ultimate --text-align=center \ --center \ --text "Are you a gamer? The Garuda Gamer app will be installed for further configuration."; then - echo "garuda-gamer" >> /tmp/setup-assistant/pkgs.txt - echo "systemctl --user enable --now gamemoded >/dev/null 2>&1 &" >> /tmp/setup-assistant/setup_user.sh - echo "sudo setup_dxvk install 2>&1 &" >> /tmp/setup-assistant/setup_root.sh + echo "garuda-gamer-git" >> /tmp/setup-assistant/pkgs.txt fi @@ -275,6 +273,7 @@ function upgrade2ultimate fi if grep -R "Virt-manager" /tmp/setup-assistant/virtualisation.txt; then echo "garuda-virt-manager" >> /tmp/setup-assistant/pkgs.txt + echo "sudo systemctl enable --now libvirtd" >> /tmp/setup-assistant/setup_root.sh fi