summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
Diffstat (limited to 'installer')
-rwxr-xr-xinstaller/ld4-inst5
1 files changed, 4 insertions, 1 deletions
diff --git a/installer/ld4-inst b/installer/ld4-inst
index c511cd9e..a82bd8e5 100755
--- a/installer/ld4-inst
+++ b/installer/ld4-inst
@@ -120,9 +120,12 @@ distro_check() {
Ubuntu*|ubuntu*)
eval "$1=\"ubuntu\""
case "${!2}" in
- Breezy*|breezy*|*)
+ Breezy*|breezy*)
eval "$2=\"5.10\""
;;
+ Dapper*|dapper*|*)
+ eval "$2=\"6.06\""
+ ;;
esac
;;
Gentoo*|gentoo*)