mirror of
https://github.com/notwa/rc
synced 2025-03-16 14:52:51 -07:00
update llvm version in script
This commit is contained in:
parent
e8dac29b67
commit
dc3d721492
1 changed files with 1 additions and 1 deletions
|
@ -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 -
|
||||
|
|
Loading…
Add table
Reference in a new issue