Files
alt-atomic-niri/src/configuration/04-clear.sh
2025-06-19 15:10:32 +03:00

9 lines
133 B
Bash
Executable File

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