Update install.sh

'rename' added as a Linux prerequisite.

[ROCm/hip commit: 30acc99e13]
This commit is contained in:
VincentSC
2018-09-17 13:25:12 +02:00
committed by GitHub
parent fdeb1f029d
commit 1aca8f7d9d
+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()