Bumped up version, added semicolon

This commit is contained in:
Jane Doe 2024-02-19 17:58:49 +00:00
parent fbe0e926ad
commit ec7c24e1a4

View file

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# Amelia Installer # Amelia Installer
# Version: 3.4 # Version: 3.5
set -euo pipefail set -euo pipefail
########################################################################################### ###########################################################################################
@ -1089,7 +1089,7 @@ ${purple}###${nc} Graphics Setup ${purple}###${nc}
vm_services="vboxservice" ;; vm_services="vboxservice" ;;
microsoft) microsoft)
vmpkgs="hyperv" vmpkgs="hyperv"
vm_services="hv_fcopy_daemon hv_kvp_daemon hv_vss_daemon" vm_services="hv_fcopy_daemon hv_kvp_daemon hv_vss_daemon" ;;
esac esac
fi fi