1
0
Fork 0
mirror of synced 2024-11-22 10:05:37 -05:00

Removed redundant setup

This commit is contained in:
Nico Jensch 2020-11-12 17:27:31 +01:00
parent f70b5d0399
commit 187953ae1e

View file

@ -111,9 +111,7 @@ function upgrade2ultimate
--text-align=center \ --text-align=center \
--center \ --center \
--text "Are you a gamer? The Garuda Gamer app will be installed for further configuration."; then --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 "garuda-gamer-git" >> /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
fi fi
@ -275,6 +273,7 @@ function upgrade2ultimate
fi fi
if grep -R "Virt-manager" /tmp/setup-assistant/virtualisation.txt; then if grep -R "Virt-manager" /tmp/setup-assistant/virtualisation.txt; then
echo "garuda-virt-manager" >> /tmp/setup-assistant/pkgs.txt echo "garuda-virt-manager" >> /tmp/setup-assistant/pkgs.txt
echo "sudo systemctl enable --now libvirtd" >> /tmp/setup-assistant/setup_root.sh
fi fi