update github init script
This commit is contained in:
parent
a7b0501896
commit
ae9e42c92d
@ -1,5 +1,9 @@
|
|||||||
## update and install some things we should probably have
|
## update and install some things we should probably have
|
||||||
|
deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-7 main
|
||||||
|
deb-src http://apt.llvm.org/bionic/ llvm-toolchain-bionic-7 main
|
||||||
|
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key|sudo apt-key add -
|
||||||
apt-get update
|
apt-get update
|
||||||
|
sudo apt-get install -y clang-7 lldb-7 lld-7 libllvm7 llvm-7 llvm-7-dev
|
||||||
apt-get install -y \
|
apt-get install -y \
|
||||||
curl \
|
curl \
|
||||||
git \
|
git \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user