Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
'rename' added as a Linux prerequisite.
  • Loading branch information
VincentSC authored Sep 17, 2018
1 parent 30b1494 commit 30acc99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 30acc99

Please sign in to comment.