feat: update Transmission 4.0.6

This commit is contained in:
arch3rPro
2025-07-08 22:59:15 +08:00
parent 26c005811d
commit 8818157f9d
13 changed files with 296 additions and 30 deletions
@@ -0,0 +1,10 @@
#!/bin/bash
if [ -f .env ]; then
source .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi