summaryrefslogtreecommitdiffstats
path: root/mltk
diff options
context:
space:
mode:
authorJonathan Bauer2013-10-15 14:07:48 +0200
committerJonathan Bauer2013-10-15 14:07:48 +0200
commit60133618f9209b9fc93b83d113be1bfc0ea21241 (patch)
tree25735d1672264004ee0dcf5775059654a1b37cdf /mltk
parent[vmware] add the domain information received from the dhcp server to the vmwa... (diff)
downloadtm-scripts-60133618f9209b9fc93b83d113be1bfc0ea21241.tar.gz
tm-scripts-60133618f9209b9fc93b83d113be1bfc0ea21241.tar.xz
tm-scripts-60133618f9209b9fc93b83d113be1bfc0ea21241.zip
[mltk] fix missing case case
Diffstat (limited to 'mltk')
-rwxr-xr-xmltk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mltk b/mltk
index 6a7ad23e..2c75a4ed 100755
--- a/mltk
+++ b/mltk
@@ -115,7 +115,7 @@ check_devtools() {
pinfo "Missing tools are: $DEV_TOOLS_MISSING"
pinfo "For $SYS_DISTRIBUTION you probably need to run:"
case $SYS_DISTRIBUTION in
- pinfo "apt-get install build-essential m4 squashfs-tools" ;;
+ ubuntu | debian) pinfo "apt-get install build-essential m4 squashfs-tools" ;;
opensuse) pinfo "zypper install -t pattern devel_basis" ;;
*) perror "Cannot determine SYS_DISTRIBUTION: $SYS_DISTRIBUTION unknown!" ;;
esac