feat: add self-cleanup
All checks were successful
Cross-Compile Binaries / compile-linux (push) Successful in 4m33s
Cross-Compile Binaries / compile-windows (push) Successful in 9m40s

This commit is contained in:
2026-02-03 14:12:47 +00:00
parent 03fe56ffc7
commit bdb93bd777

View File

@@ -63,4 +63,7 @@ WantedBy=default.target
EOF
chown -Rv ${userland_name}:${userland_name} /home/${userland_name}/.config/systemd
chown -Rv ${userland_name}:${userland_name} /opt/${program_name}
chown -Rv ${userland_name}:${userland_name} /opt/${program_name}
echo "Self-destruction NOW!"
rm $(pwd)/$0