ej52 / proxmox-scripts

MIT License
587 stars 308 forks source link

os_* command not found on debian and ubuntu #149

Closed ismxilxrif closed 11 months ago

ismxilxrif commented 11 months ago

Script nginx-proxy-manager

Describe the bug when running inside a system, the os_* commands is not found

System info:

Additional context i think the os_*commands only appear on alpine, but my setup is using ubuntu

error as follows:

bash: line 26: os_arch: command not found

[ERROR] on line 26 with exit code 127 while executing command EPS_OS_ARCH=$(os_arch)
ej52 commented 11 months ago

@ismxilxrif Should be fixed with https://github.com/ej52/proxmox-scripts/commit/077fa50e15c5ff0f2dad8ce3a6827b87d1ba94a8

Issue was that the install script was trying to load utils/ubuntu.sh which doesn't exist

ismxilxrif commented 11 months ago

alright!

thanks for the fix!

regards...