mirror of
https://github.com/tteck/Proxmox.git
synced 2024-11-22 00:04:13 +01:00
Update build.func
tweak
This commit is contained in:
parent
ab48d60861
commit
e31ddbac14
@ -130,6 +130,7 @@ advanced_settings() {
|
||||
|
||||
if [ "$var_os" == "debian" ]; then
|
||||
var_version="11"
|
||||
echo -e "${DGN}Using $var_os Version: ${BGN}$var_version${CL}"
|
||||
fi
|
||||
|
||||
if [ "$var_os" == "ubuntu" ]; then
|
||||
@ -141,7 +142,7 @@ advanced_settings() {
|
||||
"22.10" "Kinetic" OFF \
|
||||
3>&1 1>&2 2>&3); then
|
||||
if [ -n "$var_version" ]; then
|
||||
echo -e "${DGN}Using Ubuntu Version: ${BGN}$var_version${CL}"
|
||||
echo -e "${DGN}Using $var_os Version: ${BGN}$var_version${CL}"
|
||||
fi
|
||||
else
|
||||
exit-script
|
||||
|
Loading…
Reference in New Issue
Block a user