From 4f9aa2f54a7a4a62f7088e226232e113fe322b8b Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 17 Mar 2023 15:03:33 +0100 Subject: Changes for 4.2.3, start bookworm --- move_debs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'move_debs') diff --git a/move_debs b/move_debs index 4dba960..17e9a50 100755 --- a/move_debs +++ b/move_debs @@ -4,7 +4,7 @@ usage() { -echo "Usage: ./move_debs stretch|buster|bullseye" +echo "Usage: ./move_debs buster|bullseye|bookworm" } # Positional argument @@ -12,7 +12,7 @@ if [ $# -lt 1 ]; then usage; exit 1; fi DIST=$1 # Validate distribution argument -if [ $DIST != "stretch" ] && [ $DIST != "buster" ] && [ $DIST != "bullseye" ]; then usage; exit 1; fi +if [ $DIST != "bookworm" ] && [ $DIST != "buster" ] && [ $DIST != "bullseye" ]; then usage; exit 1; fi sudo chown jranke $DIST/*${DIST}cran*_amd64.{deb,build} mv -v $DIST/*${DIST}cran*_amd64.{deb,build} /home/jranke/git/uni-bremen/website/www/ranke/r-cran/$DIST-cran40 -- cgit v1.2.1