Merge pull request #676 from VincentSC/patch-1

Update install.sh

[ROCm/clr commit: ff1163143f]
This commit is contained in:
Maneesh Gupta
2018-09-18 07:50:28 +05:30
committed by GitHub
+1 -1
View File
@@ -25,7 +25,7 @@ popd () {
function setupENV()
{
sudo apt-get update
sudo apt-get install dpkg-dev rpm doxygen libelf-dev
sudo apt-get install dpkg-dev rpm doxygen libelf-dev rename
}
function buildHIP()