Move install of "rename" into ARM conditional 19/4319/1
authorPaul Carver <pcarver@att.com>
Wed, 9 Jun 2021 15:36:40 +0000 (11:36 -0400)
committerPaul Carver <pcarver@att.com>
Wed, 9 Jun 2021 15:36:40 +0000 (11:36 -0400)
commite662fa54f11638c8e6ae4c8f3573ac78aabb84c9
tree08be8fc638611fbef77f28d039f116f28d9cede4
parenta457654d1fa3a0792bb86fffdf06746aa99d4374
Move install of "rename" into ARM conditional

In order to fix the ARM build it was necessary to install the "rename"
command, but that was done via apt which does not exist on CentOS (the
ARM build is done on Ubuntu, the AMD build on CentOS) and the "rename"
command is not required for the AMD build. This change fixes that
mistake.

Signed-off-by: Paul Carver <pcarver@att.com>
Change-Id: I49755198a5774a611ae5977d7f17645461d08302
jjb/shell/ta-iso-deploy.sh