From fcc9aa3412efacdec29f0ecedaa24d2bda6c4c37 Mon Sep 17 00:00:00 2001 From: VincentSC Date: Mon, 17 Sep 2018 13:25:12 +0200 Subject: [PATCH] Update install.sh 'rename' added as a Linux prerequisite. --- hipamd/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hipamd/install.sh b/hipamd/install.sh index f8ad640798..c7dc48e1a8 100755 --- a/hipamd/install.sh +++ b/hipamd/install.sh @@ -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()