OSX Proxmox - v1.0.0 - First version
This commit is contained in:
16
install.sh
Executable file
16
install.sh
Executable 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
|
||||
Reference in New Issue
Block a user