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 \
|
||||
--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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue