torch / distro

Torch installation in a self-contained folder
BSD 3-Clause "New" or "Revised" License
555 stars 481 forks source link

Update install-deps #273

Open chakpongchung opened 5 years ago

chakpongchung commented 5 years ago

for 18.04 LTS

cameronnapoli commented 5 years ago

Reproduced error on Ubuntu 18.04.1 LTS line sudo apt-get install -y python-software-properties fails. Error: E: Package 'python-software-properties' has no installation candidate

cameronnapoli commented 5 years ago

@chakpongchung Instead of replacing line 178: sudo apt-get install -y python-software-properties, you probably need to an if statement for that checking if the Ubuntu version is 18 or not.