diff --git a/README.md b/README.md index c304c59..e33e0c3 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ VoilĂ , install macOS! This is really and magic **easiest way**! /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/luchina-gabriel/OSX-PROXMOX/main/install.sh)" ``` -## Versions os macOS Supported +## Versions of macOS Supported * macOS High Sierra - 10.13 * macOS Mojave - 10.14 * macOS Catalina - 10.15 diff --git a/install.sh b/install.sh index f449d9d..60668a6 100755 --- a/install.sh +++ b/install.sh @@ -13,4 +13,6 @@ apt install git -y > /dev/null 2>> /dev/null git clone https://github.com/luchina-gabriel/OSX-PROXMOX.git > /dev/null 2>> /dev/null +if [ ! -e /root/OSX-PROXMOX ]; then mkdir -p /root/OSX-PROXMOX; fi; + /root/OSX-PROXMOX/setup