X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=grml-live;h=10f427931454b61ec08377876fb7f1931a5bbae9;hb=dc438b7e0b324e44ad8c22ca050325bf9b03bbb4;hp=0669d18d57c08c803d35ca6bae278187567f52b6;hpb=66ce999b54d482f576b0ac36762e7bccdba4da87;p=grml-live.git diff --git a/grml-live b/grml-live index 0669d18..10f4279 100755 --- a/grml-live +++ b/grml-live @@ -23,7 +23,7 @@ fi set -e # global variables -GRML_LIVE_VERSION='0.12.6' +GRML_LIVE_VERSION='0.13.2' PN="$(basename $0)" CMDLINE="$0 $@" SOURCES_LIST_FILE='/etc/grml/fai/apt/sources.list' @@ -424,6 +424,7 @@ case $SUITE in etch) ;; lenny) ;; squeeze) ;; + wheezy) ;; sid) ;; *) echo "Sorry, $SUITE is not a valid Debian suite, exiting.">&2; bailout 1 ;; esac