Merge branch 'main' of github.com:nidionis/svr

This commit is contained in:
dangerboot
2026-03-08 09:39:25 +01:00
47 changed files with 402 additions and 248 deletions
+2
View File
@@ -9,8 +9,10 @@ clone ()
PROJECT_NAME="$2";
git clone --recurse-submodules $URL/$PROFIL_NAME/$PROJECT_NAME.git;
else
PROFIL_NAME=painpain
PROJECT_NAME="$1";
git clone --recurse-submodules $URL/$PROFIL_NAME/$PROJECT_NAME.git;
fi
git clone --recurse-submodules $URL/$PROFIL_NAME/$PROJECT_NAME.git;
}
clone "$@"