Skip to content

Commit

Permalink
fix(scripts): fix install UBI deps script
Browse files Browse the repository at this point in the history
Signed-off-by: Frederico Araujo <[email protected]>
  • Loading branch information
araujof committed Jul 26, 2022
1 parent ba433a7 commit 6c9ce02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/installUBIDependency.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ if [ "${MODE}" == "base" ] ; then
libstdc++-static \
boost-static \
sparsehash-devel \
bc
bc \
&& dnf -y clean all ; rm -rf /var/cache/{dnf,yum}

# Install llvm 9
Expand Down

0 comments on commit 6c9ce02

Please sign in to comment.