summaryrefslogtreecommitdiff
path: root/clean
diff options
context:
space:
mode:
Diffstat (limited to 'clean')
-rwxr-xr-xclean4
1 files changed, 2 insertions, 2 deletions
diff --git a/clean b/clean
index 741202b..b23428c 100755
--- a/clean
+++ b/clean
@@ -4,14 +4,14 @@
usage()
{
-echo "Usage: ./clean [stretch|jessie]"
+echo "Usage: ./clean [stretch|buster]"
}
if [ $# -gt 1 ]; then usage; exit 1; fi
if [ $# -eq 1 ]
then
DIST=$1
- if [ $DIST != "stretch" ] && [ $DIST != "jessie" ]; then usage; exit 1; fi
+ if [ $DIST != "stretch" ] && [ $DIST != "buster" ]; then usage; exit 1; fi
cd $DIST
fi

Contact - Imprint