mirror of
https://github.com/luchina-gabriel/OSX-PROXMOX.git
synced 2024-11-23 12:05:50 +01:00
Fix install.sh + Fix Typo
This commit is contained in:
parent
eff5956851
commit
c82d6614db
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user