torch / torch7

http://torch.ch
Other
8.97k stars 2.38k forks source link

devuan installs just like debian #1103

Open peterbillam opened 6 years ago

peterbillam commented 6 years ago

Needing to install on devuan, I changed install-deps

elif [[ "$DISTRO" = "devuan" ]]; then    
distribution="debian"

then further down I had to permit

if [[ $debian_major_version == '1' ]] || ...    

and then the whole huge install process ran perfect :-)
There may be more elegant ways of doing it, but devuan should be allowed.
Thanks, Peter