From ff1c929d4dcae010497fce03c18d893a76466944 Mon Sep 17 00:00:00 2001 From: j Date: Wed, 11 Sep 2024 15:05:21 +0100 Subject: [PATCH] don't checkout oxtimelines twice --- ctl | 3 --- 1 file changed, 3 deletions(-) diff --git a/ctl b/ctl index 816b843d..6e16fb87 100755 --- a/ctl +++ b/ctl @@ -30,9 +30,6 @@ if [ "$action" = "init" ]; then $SUDO git clone -b $branch https://code.0x2620.org/0x2620/oxjs.git static/oxjs fi $SUDO mkdir -p src - if [ ! -d src/oxtimelines ]; then - $SUDO git clone -b $branch https://code.0x2620.org/0x2620/oxtimelines.git src/oxtimelines - fi for package in oxtimelines python-ox; do cd ${BASE} if [ ! -d src/${package} ]; then