diff --git a/scripts/install.sh b/scripts/install.sh
index fe5d3df7c55ba7235844c89d2634469bc96c3318..d780f1e8749727eeb6768da76b5f0673a33eed6d 100755
--- a/scripts/install.sh
+++ b/scripts/install.sh
@@ -61,7 +61,7 @@ cd contrib
 mkdir -p native
 cd native
 ../bootstrap
-make -j2
+make
 cd "${DAEMON}"
 ./autogen.sh
 if $global; then