Open JustinLoecher opened 6 months ago
Chiming in to confirm that I'm seeing the same issue on Proxmox 8.1.5 + Ubuntu 22.04
I ended up getting it running using the tteck script, but I had to do it with default Alpine settings. If I modified anything it did not work either.
https://github.com/vontainment/proxmox-scripts I fixed all the errors in my repo and made a pull request until its accepted you can use my repo.
There seems to be something up with the login shell interaction. If I pct enter
and run the script I get the error. If I su -
first to get all the $PATH you'd normally expect it works like a charm.
Seeing the same issue.
Proxmox 8.2.4 and Ubuntu 22.04.
I tried su-
it made no difference.
Try this and see if it works. It did for me.
https://github.com/ej52/proxmox-scripts/issues/153#issuecomment-1891074903
I feel like a bit of an idiot. Ran an apt update and apt upgrade and it worked after that.
Script
sh -c "$(wget --no-cache -qO- https://raw.githubusercontent.com/ej52/proxmox/main/install.sh)" -s --app nginx-proxy-manager
System info:
Additional context First, let me say thank you for doing this. It is something I do not have the skills for. With that said, Is there any chance of adding a selector so the script could be run in Verbose? It might allow users to gather more info on what is happening to be able to share more. Just a thought. :)