v1.0.1 release candidate 1

This commit is contained in:
root 2025-02-15 21:50:47 +01:00
parent 24bb960cd3
commit e66a37ae87
11 changed files with 917 additions and 997 deletions

8
updaterepo.sh Executable file
View file

@ -0,0 +1,8 @@
#!/bin/bash
#warning, you need to have the .gitignore intact to ignore www/participants/*/**
git rm -r --cached .
git add .
git commit
torsocks git push