From 85fb9c18ab903c0b940fcd04e1f140979ae367cd Mon Sep 17 00:00:00 2001 From: Cyrille L Date: Tue, 9 Aug 2022 17:23:53 +0200 Subject: [PATCH] Added git repo in STL configuration file --- etc/stl/stl.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/etc/stl/stl.conf b/etc/stl/stl.conf index c0d23dc..c480834 100644 --- a/etc/stl/stl.conf +++ b/etc/stl/stl.conf @@ -44,8 +44,10 @@ NC="\e[0m" CY="\e[33m" CR="\e[0;91m" + +#====================================================================== # Repository -#stl_repo="https://git.a-lec.org/echolib/stl.git" +#====================================================================== stl_repo="https://git.a-lec.org/echolib/stl/-/raw/main/usr/local/bin/stl" stl_repo_tgz="https://git.a-lec.org/echolib/stl/-/archive/main/stl-main.tar.gz" stl_repo_lv="https://git.a-lec.org/echolib/stl/-/archive/main/var/lib/help/last-version.md"