Adding support to build rippled packages for ubuntu 20.04

This commit is contained in:
manojsdoshi
2020-04-27 11:44:05 -07:00
parent d797589164
commit 444ea56182
3 changed files with 10 additions and 9 deletions

View File

@@ -1,6 +1,7 @@
#!/usr/bin/env sh
set -ex
apt -y update
DEBIAN_FRONTEND="noninteractive" apt-get -y install tzdata
apt -y install software-properties-common curl git gnupg
curl -sk -o rippled-pubkeys.txt "${GIT_SIGN_PUBKEYS_URL}"
gpg --import rippled-pubkeys.txt