Skip to content

Commit

Permalink
[utils/common] Non-interactive answer
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit authored May 20, 2024
1 parent a66688d commit 4298215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ function required_packages() {
{
apt-get update
apt-get install --no-install-recommends -y software-properties-common
add-apt-repository ppa:deadsnakes/ppa
add-apt-repository ppa:deadsnakes/ppa -y
} &>>"$LOG_FILE"
fi
apt-get update &>>"$LOG_FILE"
Expand Down

0 comments on commit 4298215

Please sign in to comment.