We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36c35d0 commit 826e079Copy full SHA for 826e079
.evergreen/csfle/azurekms/remote-scripts/setup-azure-vm.sh
@@ -3,6 +3,12 @@ set -o errexit
3
set -o pipefail
4
# Do not error on unset variables. run-orchestration.sh accesses unset variables.
5
6
+if grep -qs "bullseye" /etc/os-release; then
7
+ echo "Overwrite repositories to fix DRIVERS-3238 ... begin"
8
+ cat /etc/apt/sources.list | grep -v bullseye-backports | sudo tee /etc/apt/sources.list
9
+ echo "Overwrite repositories to fix DRIVERS-3238 ... end"
10
+fi
11
+
12
echo "Installing dependencies ... begin"
13
# Skip the "Processing triggers for man-db" step.
14
echo "set man-db/auto-update false" | sudo debconf-communicate
0 commit comments