install-scripts/templates/install-conan.sh.in
2020-10-19 12:48:06 +00:00

5 lines
153 B
Bash

#!/bin/bash
set -eu
wget "https://dl.bintray.com/conan/installers/conan-ubuntu-64_@VERSION_UNDERSCORE@.deb" -nv -O /tmp/conan.deb
dpkg -i /tmp/conan.deb