X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=grml-live;h=10f427931454b61ec08377876fb7f1931a5bbae9;hb=5a8f565107dc2eab1205190c615f3d43994b0d08;hp=37806ddb43079100a266e74f4fab8577c05c6d06;hpb=5e83e38dd0cebb1189505bd3a433e3b62ece4931;p=grml-live.git diff --git a/grml-live b/grml-live index 37806dd..10f4279 100755 --- a/grml-live +++ b/grml-live @@ -23,7 +23,7 @@ fi set -e # global variables -GRML_LIVE_VERSION='0.13.1' +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