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
|
#!/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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue