mirror of
https://gitlab.com/prism7/archery.git
synced 2025-02-15 08:29:17 +01:00
Bumped up version, added semicolon
This commit is contained in:
parent
fbe0e926ad
commit
ec7c24e1a4
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Amelia Installer
|
||||
# Version: 3.4
|
||||
# Version: 3.5
|
||||
|
||||
set -euo pipefail
|
||||
###########################################################################################
|
||||
|
@ -1089,7 +1089,7 @@ ${purple}###${nc} Graphics Setup ${purple}###${nc}
|
|||
vm_services="vboxservice" ;;
|
||||
microsoft)
|
||||
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
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue