🎉 Added scripts

This commit is contained in:
2020-10-19 10:41:37 +00:00
committed by GitHub
parent c1894f5744
commit f5c789da9d
6 changed files with 28 additions and 1 deletions

6
install-conan.sh Normal file
View File

@ -0,0 +1,6 @@
#!/bin/bash
set -eu
cd /tmp/
lastversion conan-io/conan --assets --filter deb -d
dpkg -i $(find . -name "conan-ubuntu-64*.deb")