X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=grml-live;h=8188afb6a19d3fecb737ba69f6450095822620b5;hb=79e4473d95f50bd83cd45cf592afc692a2011b87;hp=0669d18d57c08c803d35ca6bae278187567f52b6;hpb=66ce999b54d482f576b0ac36762e7bccdba4da87;p=grml-live.git diff --git a/grml-live b/grml-live index 0669d18..8188afb 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.1' 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