torch / distro

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

Fixing install-deps script for Ubuntu 18 #277

Closed cameronnapoli closed 5 years ago

cameronnapoli commented 5 years ago

In Ubuntu 18, python-software-properties has been moved to software-properties-common. The line: sudo apt-get install -y python-software-properties causes the install-deps script to fail on Ubuntu 18. I added a line to fix the build on Ubuntu 18 without breaking the build for previous versions of Ubuntu.