Compare commits

...

2 Commits

Author SHA1 Message Date
CanbiZ
c3b0323653 Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED 2025-05-26 13:51:10 +02:00
CanbiZ
5cc2e962dd Update umbrel-os-vm.sh 2025-05-26 13:51:09 +02:00

View File

@ -9,7 +9,7 @@ source <(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxV
load_functions
APP="Umbrel OS VM"
APP_TYPE="VM"
APP_TYPE="vm"
header_info
$STD GEN_MAC=02:$(openssl rand -hex 5 | awk '{print toupper($0)}' | sed 's/\(..\)/\1:/g; s/.$//')
$STD RANDOM_UUID="$(cat /proc/sys/kernel/random/uuid)"