From c65867a4c1e3867b0795f691497d7bbffe6608e3 Mon Sep 17 00:00:00 2001 From: germedeb Date: Tue, 30 Aug 2022 22:42:30 -0300 Subject: [PATCH] updated the link of aleta to the new one (git.owlcode.tech/...) with this commit aletareleaser will be working correctly --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index b923b42..d06f726 100755 --- a/build.sh +++ b/build.sh @@ -21,7 +21,7 @@ build() { update_aleta() { if [ ! -e aleta ]; then - git clone https://gitea.sergiotarxz.freemyip.com/germedeb/aleta-postre aleta + git clone https://git.owlcode.tech/germedeb/aleta-postre aleta return 0; fi cd aleta