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 e78242d commit 71aee2fCopy full SHA for 71aee2f
tests/setup.sh
@@ -1,6 +1,7 @@
1
#!/usr/bin/env bash
2
set -eo pipefail
3
[[ $TRACE ]] && set -x
4
+set -x
5
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 762E3157
6
echo "deb http://nginx.org/packages/ubuntu $(lsb_release -cs) nginx" | sudo tee /etc/apt/sources.list.d/nginx.list
7
curl -fsSL https://nginx.org/keys/nginx_signing.key | sudo apt-key add -
0 commit comments