You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Get necessary packages for your host system to be able to set the guest.
1203
-
get_host_pkgs() {
1203
+
get_host_virtualizer_pkgs() {
1204
1204
log notice "$hypervisor_pretty Installation: Required system virtualization packages are being installed... Please wait, this process may take a few minutes..."
1205
1205
if [ "$ubuntu_derivative_detected"="1" ];then
1206
1206
install_package_debian_common
@@ -1212,7 +1212,7 @@ get_host_pkgs() {
1212
1212
install_package_fedora_common
1213
1213
install_virtualbox_fedora
1214
1214
else
1215
-
die 1 "Operating system not found in 'get_host_pkgs'. Please report this bug. The debug log is required."
1215
+
die 1 "Operating system not found in 'get_host_virtualizer_pkgs'. Please report this bug. The debug log is required."
0 commit comments