🎉 Added installer for conan 2.0
This commit is contained in:
parent
139f78e26a
commit
78a9622869
5
install-conan2.0.sh
Normal file
5
install-conan2.0.sh
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
set -eu
|
||||||
|
|
||||||
|
wget "https://github.com/conan-io/conan/releases/latest/download/conan-ubuntu-64.deb" -nv -O /tmp/conan.deb
|
||||||
|
dpkg -i /tmp/conan.deb
|
Loading…
x
Reference in New Issue
Block a user