Skip to content

Commit e1a55b1

Browse files
authored
Remove header_info function from ubuntu2604-vm.sh
Removed the header_info function and its associated code.
1 parent 360e849 commit e1a55b1

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

vm/ubuntu2604-vm.sh

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,12 @@
77
source <(curl -fsSL "${COMMUNITY_SCRIPTS_URL:-https://git.community-scripts.org/community-scripts/ProxmoxVED/raw/branch/main}/misc/vm-core.func")
88
load_functions
99

10-
function header_info {
11-
clear
12-
cat <<"EOF"
13-
__ ____ __ ___ ______ ____ __ __ _ ____ ___
14-
/ / / / /_ __ ______ / /___ __ |__ \ / ____// __ \/ // / | | / / |/ /
15-
/ / / / __ \/ / / / __ \/ __/ / / / __/ //___ \ / / / / // /_ | | / / /|_/ /
16-
/ /_/ / /_/ / /_/ / / / / /_/ /_/ / / __/____/ // /_/ /__ __/ | |/ / / / /
17-
\____/_.___/\__,_/_/ /_/\__/\__,_/ /____/_____(_)____/ /_/ |___/_/ /_/ (Plucky Puffin)
18-
19-
EOF
20-
}
21-
2210
APP="Ubuntu 26.04 VM"
2311
APP_TYPE="vm"
12+
NSAPP="ubuntu2604-vm"
2413
GEN_MAC=02:$(openssl rand -hex 5 | awk '{print toupper($0)}' | sed 's/\(..\)/\1:/g; s/.$//')
2514
RANDOM_UUID="$(cat /proc/sys/kernel/random/uuid)"
2615
METHOD=""
27-
NSAPP="ubuntu2604-vm"
2816
var_os="ubuntu"
2917
var_version="2604"
3018
THIN="discard=on,ssd=1,"

0 commit comments

Comments
 (0)