- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
install-ncsdk.sh in NCSDK-1.12.00.01.tar.gz has invalid conditional branch.
if [ "${OS_DISTRO,,}" == "ubuntu" ] || [ $OS_VERSION == 1604 ]; then
This line should be replaced to…
if [ "${OS_DISTRO,,}" == "ubuntu" ] && [ $OS_VERSION == 1604 ]; then
Because this line should mean "This block should be executed if OS is ubuntu 16.04"
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@toshitanian Thanks for reporting this!

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page