mirror of https://github.com/tteck/Proxmox.git
Update tandoor.sh
This commit is contained in:
parent
153841c053
commit
c9dfefedad
|
@ -1,7 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
|
||||
# Copyright (c) 2021-2024 tteck
|
||||
# Author: MickLesk (Canbiz)
|
||||
# Author: tteck
|
||||
# Co-Author: MickLesk (Canbiz)
|
||||
# License: MIT
|
||||
# https://github.com/tteck/Proxmox/raw/main/LICENSE
|
||||
|
||||
|
@ -21,7 +22,7 @@ echo -e "Loading..."
|
|||
APP="Tandoor"
|
||||
var_disk="10"
|
||||
var_cpu="2"
|
||||
var_ram="1024"
|
||||
var_ram="2048"
|
||||
var_os="debian"
|
||||
var_version="12"
|
||||
variables
|
||||
|
|
Loading…
Reference in New Issue