Potentially worse than all of those, it might install just fine, but actually install a newer version of nginx than the one that you tested locally or on your test environments.
This is one of the things that Docker solves, as you are able to test and deploy using exact filesystem snapshots.
This is one of the things that Docker solves, as you are able to test and deploy using exact filesystem snapshots.