mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Fix another bash syntax error
This commit is contained in:
parent
4565740381
commit
8fe44c24f7
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ if [ "$TRAVIS_OS_NAME" = "linux" ]; then
|
||||||
cd libsodium-1.0.16/
|
cd libsodium-1.0.16/
|
||||||
./configure && make && make check && sudo make install )
|
./configure && make && make check && sudo make install )
|
||||||
|
|
||||||
UBUNTU_RELEASE = $(lsb_release -sc)
|
UBUNTU_RELEASE=$(lsb_release -sc)
|
||||||
|
|
||||||
if [ "$UBUNTU_RELEASE" eq "trusty" ]; then
|
if [ "$UBUNTU_RELEASE" eq "trusty" ]; then
|
||||||
curl https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
|
curl https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
|
||||||
|
|
Loading…
Reference in a new issue