I'm trying to install the latest binary version of cmake, on Ubuntu 16.04 LTS, automatically (via ansible).
I have so far done:
mkdir ~/tmp
cd ~/tmp
wget https://cmake.org/files/v3.10/cmake-3.10.0-rc4-Linux-x86_64.sh
chmod +x cmake-3.10.0-rc4-Linux-x86_64.sh
sudo ./cmake-3.10.0-rc4-Linux-x86_64.sh
However, this then brings up the licensing agreements.
Is there any way to add a prefix, or something which automatically accepts the agreements?