1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-04-25 01:03:22 -07:00

update clang

This commit is contained in:
Connor Olding 2020-06-25 08:19:56 -07:00
parent 2509e818c0
commit 9273a8b2ad

View File

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