OSX Proxmox - v1.0.0 - First version

This commit is contained in:
Gabriel
2021-11-02 23:43:26 -03:00
commit eff5956851
9 changed files with 709 additions and 0 deletions

16
install.sh Executable file
View File

@@ -0,0 +1,16 @@
#!/bin/bash
#########################################################################################################################
#
# Script: install
#
# https://luchina.com.br
#
#########################################################################################################################
apt update > /dev/null 2>> /dev/null
apt install git -y > /dev/null 2>> /dev/null
git clone https://github.com/luchina-gabriel/OSX-PROXMOX.git > /dev/null 2>> /dev/null
/root/OSX-PROXMOX/setup