Skip to content

Commit

Permalink
Pass -y into apt install
Browse files Browse the repository at this point in the history
  • Loading branch information
MexicanAce committed Sep 5, 2023
1 parent 1b6bf86 commit 812e363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cross.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
[build]
pre-build = [
"apt-get update && apt-get install --assume-yes apt-utils --no-install-recommends pkg-config libssl-dev libsasl2-dev llvm-dev && echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list && apt-get update && apt-get install -y --allow-unauthenticated linux-libc-dev=5.10.127-2~bpo10+1 liburing-dev liburing1",
"apt-get install software-properties-common && apt-get update && add-apt-repository ppa:savoury1/virtualisation && apt-get update && apt-get install -y curl gnutls-bin git build-essential clang-7 lldb-7 lld-7 liburing-dev"
"apt-get install --assume-yes --no-install-recommends software-properties-common && apt-get update && add-apt-repository ppa:savoury1/virtualisation && apt-get update && apt-get install -y curl gnutls-bin git build-essential clang-7 lldb-7 lld-7 liburing-dev"
]

0 comments on commit 812e363

Please sign in to comment.