update github init script

This commit is contained in:
zhl 2023-01-10 18:04:05 +08:00
parent a7b0501896
commit ae9e42c92d

View File

@ -1,5 +1,9 @@
## 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
sudo apt-get install -y clang-7 lldb-7 lld-7 libllvm7 llvm-7 llvm-7-dev
apt-get install -y \
curl \
git \