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
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: MickLesk (Canbiz)
|
# Author: tteck
|
||||||
|
# Co-Author: MickLesk (Canbiz)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
# https://github.com/tteck/Proxmox/raw/main/LICENSE
|
# https://github.com/tteck/Proxmox/raw/main/LICENSE
|
||||||
|
|
||||||
|
@ -11,9 +12,9 @@ cat <<"EOF"
|
||||||
______ __
|
______ __
|
||||||
/_ __/___ _____ ____/ /___ ____ _____
|
/_ __/___ _____ ____/ /___ ____ _____
|
||||||
/ / / __ `/ __ \/ __ / __ \/ __ \/ ___/
|
/ / / __ `/ __ \/ __ / __ \/ __ \/ ___/
|
||||||
/ / / /_/ / / / / /_/ / /_/ / /_/ / /
|
/ / / /_/ / / / / /_/ / /_/ / /_/ / /
|
||||||
/_/ \__,_/_/ /_/\__,_/\____/\____/_/
|
/_/ \__,_/_/ /_/\__,_/\____/\____/_/
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
header_info
|
header_info
|
||||||
|
@ -21,7 +22,7 @@ echo -e "Loading..."
|
||||||
APP="Tandoor"
|
APP="Tandoor"
|
||||||
var_disk="10"
|
var_disk="10"
|
||||||
var_cpu="2"
|
var_cpu="2"
|
||||||
var_ram="1024"
|
var_ram="2048"
|
||||||
var_os="debian"
|
var_os="debian"
|
||||||
var_version="12"
|
var_version="12"
|
||||||
variables
|
variables
|
||||||
|
@ -81,4 +82,4 @@ description
|
||||||
|
|
||||||
msg_ok "Completed Successfully!\n"
|
msg_ok "Completed Successfully!\n"
|
||||||
echo -e "${APP} Setup should be reachable by going to the following URL.
|
echo -e "${APP} Setup should be reachable by going to the following URL.
|
||||||
${BL}http://${IP}:8002${CL} \n"
|
${BL}http://${IP}:8002${CL} \n"
|
||||||
|
|
Loading…
Reference in New Issue