Skip to content

Commit

Permalink
Merge pull request #11 from InjectiveLabs/f/update-script
Browse files Browse the repository at this point in the history
Update provision script to auto accept upgrade
  • Loading branch information
albertchon authored Dec 17, 2021
2 parents 8a10254 + a8a7b63 commit da35d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/scripts/provision-core.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e

# Install required tools
install_tools() {
apt update && apt upgrade
apt update && apt -y upgrade
apt install -y wget jq zip git awscli
}

Expand Down

0 comments on commit da35d1a

Please sign in to comment.