licence!: switched to AGPL
This commit is contained in:
parent
1513f469ba
commit
14ad9f2acd
8 changed files with 269 additions and 24 deletions
|
@ -1,5 +1,9 @@
|
|||
#! /bin/sh
|
||||
|
||||
# SPDX-FileCopyrightText: 2023 Tobias Schmidl
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
rm -rf /root/.cache /root/.rnd
|
||||
find /tmp -type d -name 'systemd-*-systemd-timesyncd.service*' -exec rm -rf '{}' '+'
|
||||
find /var/tmp -type d -name 'systemd-*-systemd-timesyncd.service*' -exec rm -rf '{}' '+'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue