Skip to content

Commit 2e620e2

Browse files
committed
output
1 parent fd0f453 commit 2e620e2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

usr/bin/dist-installer-cli

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -330,10 +330,10 @@ handle_exit() {
330330
claim_unsupported_distro() {
331331
status="${1}"
332332
distro="${2}"
333-
log error "At this time, your Operating System is unsupported by the ${guest_pretty} Installer."
333+
log error "At this time, your Operating System is unsupported by the '${guest_pretty}' Installer."
334334
log error "Visit the following URL to check support for manual installation:"
335335
log error " ${url_version_domain}/wiki/Virtualbox"
336-
die 101 "${underline}Distribution Check:${nounderline} Unsupported (${status} '${distro}') system."
336+
die 101 "${underline}Distribution Check:${nounderline} Unsupported ('${status}' '${distro}') system."
337337
}
338338

339339
## Get necessary packages for your host system to be able to set the guest.
@@ -1383,7 +1383,7 @@ virtualbox_start_failed() {
13831383
- The root cause for this issue is likely not the installer.
13841384
- This issue would likely also happen if the user tried to manually start the VMs.
13851385
- Resolving these issues (as per documentation hyperlinks above) would likely resolve this issue.
1386-
${url_version_domain}/wiki/VirtualBox/Troubleshooting"
1386+
https://www.kicksecure.com/wiki/VirtualBox/Troubleshooting"
13871387
}
13881388

13891389

@@ -2969,7 +2969,7 @@ get_virtualization() {
29692969
log warn " - The virtualization detection feature of this installer may not be flawless and could potentially fail to detect virtualization support (this is known as a 'false negative')."
29702970
if [ "${hypervisor}" = "virtualbox" ]; then
29712971
log warn " - Refer to user documentation on how to enable virtualization:"
2972-
log warn " ${url_version_domain}/wiki/VirtualBox/Troubleshooting#Enable_VT-x_in_BIOS"
2972+
log warn " https://www.kicksecure.com/wiki/VirtualBox/Troubleshooting#Enable_VT-x_in_BIOS"
29732973
fi
29742974
return 0
29752975
## Let's not hard fail here, let the user do it later.

0 commit comments

Comments
 (0)