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 ==