-
This commit is contained in:
parent
dc13b2e285
commit
08ab05e07e
@ -11,9 +11,9 @@ function header_info {
|
|||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
____ __ _ ________
|
____ __ _ ________
|
||||||
/ __ \___ / /_ (_)___ _____ < /__ /
|
/ __ \___ / /_ (_)___ _____ < /__ /
|
||||||
/ / / / _ \/ __ \/ / __ `/ __ \ / / /_ <
|
/ / / / _ \/ __ \/ / __ `/ __ \ / / /_ <
|
||||||
/ /_/ / __/ /_/ / / /_/ / / / / / /___/ /
|
/ /_/ / __/ /_/ / / /_/ / / / / / /___/ /
|
||||||
/_____/\___/_.___/_/\__,_/_/ /_/ /_//____/
|
/_____/\___/_.___/_/\__,_/_/ /_/ /_//____/
|
||||||
(Trixie)
|
(Trixie)
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
@ -474,9 +474,9 @@ msg_ok "Using ${CL}${BL}$STORAGE${CL} ${GN}for Storage Location."
|
|||||||
msg_ok "Virtual Machine ID is ${CL}${BL}$VMID${CL}."
|
msg_ok "Virtual Machine ID is ${CL}${BL}$VMID${CL}."
|
||||||
msg_info "Retrieving the URL for the Debian 13 Qcow2 Disk Image"
|
msg_info "Retrieving the URL for the Debian 13 Qcow2 Disk Image"
|
||||||
if [ "$CLOUD_INIT" == "yes" ]; then
|
if [ "$CLOUD_INIT" == "yes" ]; then
|
||||||
URL=https://cloud.debian.org/images/cloud/trixie/daily/latest/debian-13-genericcloud-amd64-daily.qcow2
|
URL=https://cloud.debian.org/images/cloud/trixie/latest/debian-13-genericcloud-amd64.qcow2
|
||||||
else
|
else
|
||||||
URL=https://cloud.debian.org/images/cloud/trixie/daily/latest/debian-13-nocloud-amd64-daily.qcow2
|
URL=https://cloud.debian.org/images/cloud/trixie/latest/debian-13-nocloud-amd64.qcow2
|
||||||
fi
|
fi
|
||||||
sleep 2
|
sleep 2
|
||||||
msg_ok "${CL}${BL}${URL}${CL}"
|
msg_ok "${CL}${BL}${URL}${CL}"
|
||||||
@ -540,7 +540,7 @@ DESCRIPTION=$(
|
|||||||
<img src='https://img.shields.io/badge/☕-Buy us a coffee-blue' alt='spend Coffee' />
|
<img src='https://img.shields.io/badge/☕-Buy us a coffee-blue' alt='spend Coffee' />
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<span style='margin: 0 10px;'>
|
<span style='margin: 0 10px;'>
|
||||||
<i class="fa fa-github fa-fw" style="color: #f5f5f5;"></i>
|
<i class="fa fa-github fa-fw" style="color: #f5f5f5;"></i>
|
||||||
<a href='https://github.com/community-scripts/ProxmoxVE' target='_blank' rel='noopener noreferrer' style='text-decoration: none; color: #00617f;'>GitHub</a>
|
<a href='https://github.com/community-scripts/ProxmoxVE' target='_blank' rel='noopener noreferrer' style='text-decoration: none; color: #00617f;'>GitHub</a>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user