Skip to content

Commit

Permalink
fix Axivo RPM install
Browse files Browse the repository at this point in the history
  • Loading branch information
centminmod committed Aug 24, 2014
1 parent 92548c7 commit c244cbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inc/downloads_centosseven.inc
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ checklogdetails
exit #$ERROR
else
cecho "Download done." $boldyellow
rpm -i ${CENTOSSEVENAXIVOFILE}
rpm -ivh --nosignature ${CENTOSSEVENAXIVOFILE}
yum${CACHESKIP} -q list ccache 2>&1 >/dev/null
ERR=$?
CCAXIVOCHECK="$ERR"
Expand Down
2 changes: 1 addition & 1 deletion inc/downloads_centossix.inc
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ checklogdetails
exit #$ERROR
else
cecho "Download done." $boldyellow
rpm -i ${CENTOSSIXAXIVOFILE}
rpm -ivh --nosignature ${CENTOSSIXAXIVOFILE}
yum${CACHESKIP} -q list ccache 2>&1 >/dev/null
ERR=$?
CCAXIVOCHECK="$ERR"
Expand Down

0 comments on commit c244cbf

Please sign in to comment.