summaryrefslogtreecommitdiffstats
path: root/core/modules/speedcheck
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/speedcheck')
-rw-r--r--core/modules/speedcheck/module.build1
-rw-r--r--core/modules/speedcheck/module.conf1
-rw-r--r--core/modules/speedcheck/module.conf.debian1
-rw-r--r--core/modules/speedcheck/module.conf.opensuse1
-rw-r--r--core/modules/speedcheck/module.conf.ubuntu1
5 files changed, 5 insertions, 0 deletions
diff --git a/core/modules/speedcheck/module.build b/core/modules/speedcheck/module.build
index c98ae1ff..6c7bd807 100644
--- a/core/modules/speedcheck/module.build
+++ b/core/modules/speedcheck/module.build
@@ -1,3 +1,4 @@
+#!/bin/bash
fetch_source() {
git clone "${REQUIRED_GIT}" "${MODULE_WORK_DIR}/src"
diff --git a/core/modules/speedcheck/module.conf b/core/modules/speedcheck/module.conf
index bafa3662..69fb2428 100644
--- a/core/modules/speedcheck/module.conf
+++ b/core/modules/speedcheck/module.conf
@@ -1,3 +1,4 @@
+#!/bin/bash
REQUIRED_GIT="git://git.openslx.org/openslx-ng/speedcheck.git"
REQUIRED_PREFIX="/opt/openslx/bin"
REQUIRED_BINARIES="speedcheck"
diff --git a/core/modules/speedcheck/module.conf.debian b/core/modules/speedcheck/module.conf.debian
index 2953ac63..1e09c702 100644
--- a/core/modules/speedcheck/module.conf.debian
+++ b/core/modules/speedcheck/module.conf.debian
@@ -1,3 +1,4 @@
+#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
cmake
libqt4-dev
diff --git a/core/modules/speedcheck/module.conf.opensuse b/core/modules/speedcheck/module.conf.opensuse
index 75cb7dd6..d3bd2b76 100644
--- a/core/modules/speedcheck/module.conf.opensuse
+++ b/core/modules/speedcheck/module.conf.opensuse
@@ -1,3 +1,4 @@
+#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
cmake
libqt4-devel
diff --git a/core/modules/speedcheck/module.conf.ubuntu b/core/modules/speedcheck/module.conf.ubuntu
index 2953ac63..1e09c702 100644
--- a/core/modules/speedcheck/module.conf.ubuntu
+++ b/core/modules/speedcheck/module.conf.ubuntu
@@ -1,3 +1,4 @@
+#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
cmake
libqt4-dev