mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
7 lines
276 B
Bash
7 lines
276 B
Bash
|
|
#!/usr/bin/env bash
|
||
|
|
|
||
|
|
# This step should install tools needed for all packages - OpenSSL, Expat and Unbound
|
||
|
|
echo "Updating tools"
|
||
|
|
sudo apt-get -qq update
|
||
|
|
sudo apt-get -qq install --no-install-recommends curl tar zip unzip perl openjdk-8-jdk autoconf automake libtool pkgconfig
|