From e9790e8e64ef378e438ef10f7fa19d197e817ce5 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 8 Apr 2024 19:40:42 +0200 Subject: [PATCH] delete after use --- arch.sh | 1 + wsl.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/arch.sh b/arch.sh index 72afa9c..38a7819 100644 --- a/arch.sh +++ b/arch.sh @@ -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 == diff --git a/wsl.sh b/wsl.sh index 7d5ae41..628a68c 100644 --- a/wsl.sh +++ b/wsl.sh @@ -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 ==