OOBE install fails if curl is not installed
sandeepmistry opened this issue · 1 comments
sandeepmistry commented
I was trying the OOBE getting started flow with entering the IP address of a fresh Ubuntu 16.04 VM.
It was failing because curl is not installed by default. @mastrolinux suggested using wget instead which is installed by default on Ubuntu.
After manually installing curl via apt the getting started flow succeeded.