From 4d81828096e172914557a58489ba53ce9693f4da Mon Sep 17 00:00:00 2001 From: Markus Zolliker Date: Tue, 15 Apr 2025 13:50:14 +0200 Subject: [PATCH] change to gitea --- makeusb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makeusb b/makeusb index f5299a8..ea8bd44 100755 --- a/makeusb +++ b/makeusb @@ -33,7 +33,7 @@ if [[ " ${DISKS[@]} " =~ " $DEVICE " ]]; then echo "create TinyLinux" if [ ! -d boot_tiny ] ; then - sudo --user l_samenv git clone --depth 1 git@gitlab.psi.ch:samenv/boot_tiny.git + sudo --user l_samenv git clone --depth 1 https://gitea.psi.ch/linse/boot_tiny.git fi if [[ $(cat /sys/block/$DEVICE/removable) != "1" ]]; then