Avorix-Domain-Controller
Avorix-Domain-Controller copied to clipboard
Reboot after Update
Every time I try to run the script it just does a system update then reboots the pi without doing any other work.
have the same issue, somewhere there is the error: https://github.com/RHeijmann/Avorix-Domain-Controller/blob/55ce16b03928d3873c05d951d7617b2626d2d997/Install-DC.sh#L886-L912
Thank you for leaving comment. I'm sorry if I'm way too late. I will try and reproduce this error.
I think you should do the following replaces:
- all grep -c "ok installed")" -eq 0 with grep -c "ok installed")" -eq 1
- all "$PM_INSTALL" with $PM_INSTALL without "
Did this get fixed, as I have the same problem?