Add restclient-cpp

This commit is contained in:
James E. Blair 2019-02-09 08:35:46 -08:00
parent ca18b09f26
commit 1dbacebd70
1 changed files with 10 additions and 0 deletions

View File

@ -14,4 +14,14 @@
# See the License for the specific language governing permissions and
# limitations under the License.
apt-get update
apt-get install debian-archive-keyring curl gnupg apt-transport-https
curl -L https://packagecloud.io/mrtazz/restclient-cpp/gpgkey | apt-key add -
cat > /etc/apt/sources.list.d/mrtazz_restclient-cpp.list <<EOF
deb https://packagecloud.io/mrtazz/restclient-cpp/debian/ buster main
deb-src https://packagecloud.io/mrtazz/restclient-cpp/debian/ buster main
EOF
apt-get update
apt-get install restclient-cpp
autoreconf -fi