aboutsummaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/install.sh b/install.sh
index 691214e638..db4604c5a4 100755
--- a/install.sh
+++ b/install.sh
@@ -49,9 +49,4 @@ rm -rf "$tmp"
echo "All done."
-echo "Checking to see whether prerequisite tools are installed..."
-cd $src/../check
-./chk install
-echo "All done."
-
exit 0