explicit version numbers
This commit is contained in:
@@ -2,11 +2,15 @@
|
|||||||
# Push-button 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.89.4
|
# version 0.89.5
|
||||||
|
|
||||||
# Requirements: 40GB available storage on host
|
# Dependencies: bash coreutils gzip unzip wget xxd dmg2img
|
||||||
# Dependencies: bash >= 4.3, xxd, gzip, unzip, wget, dmg2img,
|
# Supported versions:
|
||||||
# VirtualBox with Extension Pack >= 6.0
|
# VirtualBox with Extension Pack >= 6.1.4
|
||||||
|
# GNU bash >= 4.3, GNU coreutils >= 8.22,
|
||||||
|
# GNU gzip >= 1.5, GNU wget >= 1.14,
|
||||||
|
# Info-ZIP unzip >= 6.0, xxd >= 1.7,
|
||||||
|
# dmg2img >= 1.6.5
|
||||||
|
|
||||||
function set_variables() {
|
function set_variables() {
|
||||||
# Customize the installation by setting these variables:
|
# Customize the installation by setting these variables:
|
||||||
@@ -57,7 +61,7 @@ SYSTEM_INTEGRITY_PROTECTION='10' # '10' - enabled, '77' - disabled
|
|||||||
function welcome() {
|
function welcome() {
|
||||||
printf '
|
printf '
|
||||||
Push-button 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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user