1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2025-03-16 06:52:49 -07:00

update llvm version in script

This commit is contained in:
Connor Olding 2017-10-17 02:18:02 +00:00
parent e8dac29b67
commit dc3d721492

View file

@ -4,7 +4,7 @@
__setup_clang_ubuntu() {
local site="http://apt.llvm.org"
local name="$(lsb_release -c | cut -f2)"
local version=4.0
local version=5.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 -