Hi!

I'd like to install rocks only if they are not already installed. I'd like
to avoid calling luarocks install <each_rock> since it will try to download
and build the rock, each time.
Is there something like a flag to instal, like, --skip if the rock is
already there?

I could do: luarocks show <the rock> || luarocks install <the rock>
but wanted to check if there was a better way.
Regards,
Ignacio
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Luarocks-developers mailing list
Luarocks-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/luarocks-developers

Reply via email to