mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-28 09:47:35 +08:00
Add missing file
This commit is contained in:
8
gj_common/install_infer.sh
Executable file
8
gj_common/install_infer.sh
Executable file
@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -eux
|
||||
|
||||
export VERSION=0.17.0
|
||||
curl -sSL "https://github.com/facebook/infer/releases/download/v$VERSION/infer-linux64-v$VERSION.tar.xz" |
|
||||
sudo tar -C /opt -xJ &&
|
||||
ln -s "/opt/infer-linux64-v$VERSION/bin/infer" /usr/local/bin/infer
|
Reference in New Issue
Block a user