Initial commit – AufmaßCreater v2.35

This commit is contained in:
2026-06-10 11:03:43 +02:00
commit 84c933ea9c
2823 changed files with 490495 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
set -e
mkdir -p /opt
cd /opt
curl -fsSL https://github.com/netbirdio/netbird/releases/latest/download/getting-started.sh -o getting-started.sh
chmod +x getting-started.sh
printf "netbird.kpt-lab.de\n0\ny\n" | DOMAIN=netbird.kpt-lab.de bash getting-started.sh 2>&1