- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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"
コピーされたリンク
1 返信
