1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-06-25 16:57:12 -07:00

update llvm toolchain setup to 6.0

This commit is contained in:
Connor Olding 2018-02-20 11:59:11 +01:00
parent 6914305ab3
commit 4b696cd777

View File

@ -4,7 +4,7 @@
__setup_clang_ubuntu() {
local site="http://apt.llvm.org"
local name="$(lsb_release -c | cut -f2)"
local version=5.0
local version=6.0
local priority=$(( int(version * 100 + 0.5) ))
# TODO: use https? this is sketchy
echo wget -O - "$site/llvm-snapshot.gpg.key" \| apt-key add -