torch / ezinstall

One-line install scripts for Torch.
75 stars 79 forks source link

install-deps: Add --needed to pacman avoid reinstalls #67

Closed Rufflewind closed 9 years ago

Rufflewind commented 9 years ago

By default pacman will reinstall packages that already exist. The --needed flag is needed to suppress this behavior.

soumith commented 9 years ago

thanks Phil