Skip to content

Commit

Permalink
fix(just): add non-interactive mode for apt
Browse files Browse the repository at this point in the history
  • Loading branch information
bukowa committed Jun 28, 2024
1 parent e2bf28a commit e6fe017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ prerequisites:
set -euo pipefail
echo $(cat <<EOF
sudo apt update &&
sudo apt install libwebkit2gtk-4.1-dev \
sudo apt install -y libwebkit2gtk-4.1-dev \
build-essential \
curl \
wget \
Expand Down

0 comments on commit e6fe017

Please sign in to comment.