script name
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Semi-automatic installer of macOS on VirtualBox
|
# Push-button installer of macOS on VirtualBox
|
||||||
# (c) myspaghetti, licensed under GPL2.0 or higher
|
# (c) myspaghetti, licensed under GPL2.0 or higher
|
||||||
# url: https://github.com/myspaghetti/macos-guest-virtualbox
|
# url: https://github.com/myspaghetti/macos-guest-virtualbox
|
||||||
# version 0.87.2
|
# version 0.87.2
|
||||||
@@ -49,7 +49,7 @@ SYSTEM_INTEGRITY_PROTECTION='10' # '10' - enabled, '77' - disabled
|
|||||||
# welcome message
|
# welcome message
|
||||||
function welcome() {
|
function welcome() {
|
||||||
printf '
|
printf '
|
||||||
Semi-automatic installer of macOS on VirtualBox
|
Push-button installer of macOS on VirtualBox
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
This script installs only open-source software and unmodified Apple binaries.
|
This script installs only open-source software and unmodified Apple binaries.
|
||||||
@@ -906,13 +906,13 @@ for stage in ${stages}; do
|
|||||||
done
|
done
|
||||||
printf "
|
printf "
|
||||||
${highlight_color}NAME${default_color}
|
${highlight_color}NAME${default_color}
|
||||||
Semi-automatic installer of macOS on VirtualBox
|
Push-button installer of macOS on VirtualBox
|
||||||
|
|
||||||
${highlight_color}DESCRIPTION${default_color}
|
${highlight_color}DESCRIPTION${default_color}
|
||||||
The script downloads, configures, and installs macOS High Sierra, Mojave,
|
The script downloads, configures, and installs macOS High Sierra, Mojave,
|
||||||
and Catalina on VirtualBox 5.2, 6.0, and 6.1. The script is semi-automatic
|
and Catalina on VirtualBox 5.2, 6.0, and 6.1. The script requires very little
|
||||||
and requires a little user interaction. A default fresh install only
|
user interaction. A default fresh install only requires the user to sit
|
||||||
requires the user to sit patiently and, ten times, press enter when prompted.
|
patiently and, less than ten times, press enter when prompted.
|
||||||
|
|
||||||
${highlight_color}USAGE${default_color}
|
${highlight_color}USAGE${default_color}
|
||||||
${low_contrast_color}${0} [STAGE]... ${default_color}
|
${low_contrast_color}${0} [STAGE]... ${default_color}
|
||||||
|
|||||||
Reference in New Issue
Block a user