Error on debian install
ketomagasaki opened this issue · 3 comments
ketomagasaki commented
Script
nginx-proxy-manager
Describe the bug
I launch the script with this command :
bash -c "$(wget --no-cache -qO- https://raw.githubusercontent.com/ej52/proxmox/main/create.sh)" -s --app nginx-proxy-manager --cleanup --id 1030 --storage vms --hostname CT-REVERSE-PROXY --os debian --bridge vmbr1
And I get the following error :
✔ Using LXC template: debian-12-standard_12.2-1_amd64.tar.zst
✔ LXC container 1030 created successfully
bash: line 30: os_arch: command not found
[ERROR] on line 30 with exit code 127 while executing command EPS_OS_ARCH=$(os_arch)
System info:
- Proxmox Version: 8.1.3
- Debian Version: 12.2
Thank you for your help!
ketomagasaki commented
ej52 commented
@ketomagasaki I had only tested on Proxmox 7, where everything works perfectly.
I just spun up a Proxmox 8 VM to test and I get the same error as you get, will look into it.
ej52 commented
@ketomagasaki Have just pushed some changes that should fix this issue.