torch / distro

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

Fixed Ubuntu 'python-software-properties Not Found' #281

Open cporter-self opened 5 years ago

cporter-self commented 5 years ago

Om Ubuntu 18.04, an error would occur where python-software-properties was not found. The next part of the script accounted for this, but "set +e" was not called, so the script crashed instead of properly handling the missing package.