2
0

Update install.sh

'rename' added as a Linux prerequisite.
Este cometimento está contido em:
VincentSC
2018-09-17 13:25:12 +02:00
cometido por GitHub
ascendente a5aa5cbcfa
cometimento fcc9aa3412
+1 -1
Ver ficheiro
@@ -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()