From fc8414a8a9a1c764547ea38548d0f97740c8174c Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Tue, 2 Jan 2024 13:45:06 -0800 Subject: [PATCH] libEvent ubuntu package --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 4fb4a39..a431348 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,8 @@ steps: commands: - go install honnef.co/go/tools/cmd/staticcheck@latest - go install go.uber.org/nilaway/cmd/nilaway@latest - - apt install libevent-2.1-7 + - apt search libevent + - apt install libevent-2 - wget https://git.openprivacy.ca/openprivacy/buildfiles/raw/master/tor/tor - wget https://git.openprivacy.ca/openprivacy/buildfiles/raw/master/tor/torrc - chmod a+x tor