Prevent unnecessary prompts
This commit is contained in:
parent
c321c708e5
commit
9cccfeacb5
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
sudo apt install \
|
sudo apt install -y \
|
||||||
build-essential meson ninja-build pkg-config libgnutls28-dev openssl \
|
build-essential meson ninja-build pkg-config libgnutls28-dev openssl \
|
||||||
python3-pip python3-yaml python3-ply python3-jinja2 \
|
python3-pip python3-yaml python3-ply python3-jinja2 \
|
||||||
qtbase5-dev libqt5core5a libqt5gui5 libqt5widgets5 qttools5-dev-tools \
|
qtbase5-dev libqt5core5a libqt5gui5 libqt5widgets5 qttools5-dev-tools \
|
||||||
|
|
Loading…
Reference in a new issue