-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Description
β Have you read and understood the above guidelines?
yes
π What is the name of the script you are using?
haos-vm.sh
π What was the exact command used to execute the script?
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/vm/haos-vm.sh)"
βοΈ What settings are you using?
- Default Settings
- Advanced Settings
π₯οΈ Which Linux distribution are you using?
No response
π Provide a clear and concise description of the issue.
Creating a HAOS VM using the above default settings
β Using local-lvm for Storage Location.
β Virtual Machine ID is 100.
β https://github.com/home-assistant/operating-system/releases/download//haos_ova-.qcow2.xz
curl: (22) The requested URL returned error: 404
curl: (22) The requested URL returned error: 400
[ERROR] in line 451: exit code 0: while executing command curl -f#SL -o "$(basename "$URL")" "$URL"
I think script is generating wrong url, it is adding double "/" before haos_ova-.qcow2.xz and not providing version. Correct url should be similar to: https://github.com/home-assistant/operating-system/releases/download/15.2/haos_ova-15.2.ova
π Steps to reproduce the issue.
Execute bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/vm/haos-vm.sh)"
β Paste the full error output (if available).
Using Default Settings
Using HAOS Version:
Using Virtual Machine ID: 100
Using Machine Type: i440fx
Using Disk Cache: Write Through
Using Hostname: haos
Using CPU Model: Host
Allocated Cores: 2
Allocated RAM: 4096
Using Bridge: vmbr0
Using MAC Address: 02:26:6A:E0:8B:DC
Using VLAN: Default
Using Interface MTU Size: Default
Start VM when completed: yes
Creating a HAOS VM using the above default settings
β Using local-lvm for Storage Location.
β Virtual Machine ID is 100.
β https://github.com/home-assistant/operating-system/releases/download//haos_ova-.qcow2.xz
curl: (22) The requested URL returned error: 404
curl: (22) The requested URL returned error: 400
[ERROR] in line 451: exit code 0: while executing command curl -f#SL -o "$(basename "$URL")" "$URL"
πΌοΈ Additional context (optional).
No response