From c82d6614dbb36e71fca891ee176115d896918247 Mon Sep 17 00:00:00 2001 From: Gabriel Date: Wed, 3 Nov 2021 22:37:14 -0300 Subject: [PATCH] Fix install.sh + Fix Typo --- README.md | 2 +- install.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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