Fix install.sh + Fix Typo

This commit is contained in:
Gabriel 2021-11-03 22:37:14 -03:00
parent eff5956851
commit c82d6614db
2 changed files with 3 additions and 1 deletions

View File

@ -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)" /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 High Sierra - 10.13
* macOS Mojave - 10.14 * macOS Mojave - 10.14
* macOS Catalina - 10.15 * macOS Catalina - 10.15

View File

@ -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 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 /root/OSX-PROXMOX/setup