transformerlab / transformerlab-app

Experiment with Large Language Models

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

install script requires curl but doesn't check for it

aliasaria opened this issue · comments

When running the install script, we should check that curl exists and alert user if not

I added a step to the installer that calls checkForMissingSystemRequirements() in utils.ts and then displays any string output as an error in step 1. Could possibly put this check in there or some similar pattern?