NVIDIA-AI-IOT / jetcard

An SD card image for web programming AI projects with NVIDIA Jetson Nano
MIT License
211 stars 81 forks source link

Jetcard automated #1

Closed ak-nv closed 5 years ago

ak-nv commented 5 years ago

Added support for one-time execution of script and changed readme

jaybdub commented 5 years ago

Sweet! Before merging could we change so that it accepts password as parameter to bash script. This way we can call like

./install.sh nvidia

Rather than having to edit file. I think $1 will pull the second argument ($0 is ./install.sh i think)