delete after use

This commit is contained in:
Mylloon 2024-04-08 19:40:42 +02:00
parent 47facc23ef
commit e9790e8e64
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 2 additions and 0 deletions

View file

@ -32,6 +32,7 @@ function main {
curl -s ${repo}/meta.sh > meta.sh
# shellcheck disable=SC1091
source meta.sh ${repo}
rm meta.sh
# === AUR packages ==

1
wsl.sh
View file

@ -45,6 +45,7 @@ function main {
curl -s ${repo}/meta.sh > meta.sh
# shellcheck disable=SC1091
source meta.sh ${repo}
rm meta.sh
# === Remove SU password ==