Skip to content

Commit

Permalink
Add -y flag to yum update in Linux build script
Browse files Browse the repository at this point in the history
  • Loading branch information
wcjohns committed Nov 7, 2024
1 parent 1042c14 commit 1f6a803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/electron/build_linux_app_from_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export GIT_HASH=$(git -C ${InterSpecCodePath} rev-parse HEAD)
echo "GIT_HASH = ${GIT_HASH}"

echo "Will install npm and global packages"
yum update
yum update -y
yum install -y npm zip
# Use the 'n' package to install a fairly modern version of npm, by default we are on like version 6 or 8, which is too old to run some of the packages we need
npm install -g n
Expand Down

0 comments on commit 1f6a803

Please sign in to comment.