New Files

This commit is contained in:
2025-06-19 15:10:32 +03:00
parent 9404c68a01
commit cef2d382a9
116 changed files with 2638 additions and 0 deletions

9
src/configuration/04-clear.sh Executable file
View File

@ -0,0 +1,9 @@
#!/bin/bash
echo "::group:: ===$(basename "$0")==="
rm -rf /var/root/.cache
rm -rf /var/root/go
rm -rf /boot/*
echo "::endgroup::"