summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xinstaller/slxbootstrap3
1 files changed, 2 insertions, 1 deletions
diff --git a/installer/slxbootstrap b/installer/slxbootstrap
index b5300b7f..9ec77ccf 100755
--- a/installer/slxbootstrap
+++ b/installer/slxbootstrap
@@ -16,7 +16,8 @@ test "${SLX_KERNEL_ARCH}" || \
download_file () {
case "${file}" in
- *.rpm)
+ *.deb) : ;;
+ *)
if test "${file##*.}" = 'noarch'; then
file="${file}.rpm"
test "${SLX_INST_SOURCE_PACKAGE_ARCHDIR}" && \