Merge pull request #4377 from ajsantander/manjaro-linux

Support Manjaro Linux distributions in dependencies script
This commit is contained in:
chriseth 2018-06-28 23:45:08 +02:00 committed by GitHub
commit f1bfafedff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -133,7 +133,7 @@ case $(uname -s) in
# Arch Linux
#------------------------------------------------------------------------------
Arch*)
Arch*|ManjaroLinux)
#Arch
echo "Installing solidity dependencies on Arch Linux."