mirror of
https://github.com/pgsty/minio.git
synced 2026-07-23 14:10:25 +03:00
Mercurial not needed anymore, export GOROOT
This commit is contained in:
@@ -10,11 +10,6 @@ if [ $? -ne 0 ]; then
|
||||
MISSING="${MISSING} git"
|
||||
fi
|
||||
|
||||
env hg --version > /dev/null 2>&1
|
||||
if [ $? -ne 0 ]; then
|
||||
MISSING="${MISSING} mercurial"
|
||||
fi
|
||||
|
||||
env gcc --version > /dev/null 2>&1
|
||||
if [ $? -ne 0 ]; then
|
||||
MISSING="${MISSING} build-essential"
|
||||
|
||||
Reference in New Issue
Block a user