Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed LLVM install script.
Browse files Browse the repository at this point in the history
brixen committed Jan 29, 2016
1 parent 9027454 commit 80c1296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/llvm.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

sudo apt-get update && sudo apt-get install -y libedit-dev llvm-3.6; fi
sudo apt-get update && sudo apt-get install -y libedit-dev llvm-3.6

0 comments on commit 80c1296

Please sign in to comment.