summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
Diffstat (limited to 'installer')
-rwxr-xr-xinstaller/slxossetup7
1 files changed, 0 insertions, 7 deletions
diff --git a/installer/slxossetup b/installer/slxossetup
index 09e8f7e4..94ce5789 100755
--- a/installer/slxossetup
+++ b/installer/slxossetup
@@ -19,13 +19,6 @@ test "$2" && \
PATH="/sbin:/bin:/usr/bin:/usr/sbin"
-for binary in smart; do
- if ! type -p "${binary}" >/dev/null; then
- echo "$0: Error, required binary, ${binary} not found in PATH, ${PATH}! "
- exit 1
- fi
-done
-
if test -z "${SLX_SYSTEM_BASENAME}"; then
echo "$0: Error, <system-name> not provided! "
exit 1