delete after use
This commit is contained in:
parent
47facc23ef
commit
e9790e8e64
2 changed files with 2 additions and 0 deletions
1
arch.sh
1
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 ==
|
||||
|
|
1
wsl.sh
1
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 ==
|
||||
|
|
Loading…
Reference in a new issue