Removed redundant setup
This commit is contained in:
parent
f70b5d0399
commit
187953ae1e
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue