Skip to content

Commit

Permalink
Fix qemu guest agent installation
Browse files Browse the repository at this point in the history
  • Loading branch information
mylinuxforwork committed Jul 24, 2024
1 parent b10f1d7 commit 81c7934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .install/vm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ echo -e "${NONE}"
echo "Environment set to KVM."
fi
fi
if [[ $(_isInstalledPacman "${pkg}") == 0 ]]; then
if [[ $(_isInstalledPacman "qemu-guest-agent") == 0 ]]; then
echo ":: Qemu Guest Agent already installed"
else
if gum confirm "Do you want to install the QEMU guest agent?" ;then
Expand Down

0 comments on commit 81c7934

Please sign in to comment.