install script should check to see if 'curl' is installed #318
Labels
backlog
Seems valid, but no plans to tackle immediately
feature request
New feature or request
good first issue
Good for newcomers
'curl' isn't installed by default on Debian. The installation script tries to run docker installation script by fetching it via 'curl' but if it isn't installed, it fails all together.
The safest bet would be to make sure 'curl' is installed before getting to other steps.
The text was updated successfully, but these errors were encountered: