diff --git a/arch.sh b/arch.sh index 8c6ec70..72afa9c 100644 --- a/arch.sh +++ b/arch.sh @@ -29,6 +29,7 @@ function main { # === Global OS configuration set-up == + curl -s ${repo}/meta.sh > meta.sh # shellcheck disable=SC1091 source meta.sh ${repo} diff --git a/wsl.sh b/wsl.sh index cff1a23..7d5ae41 100644 --- a/wsl.sh +++ b/wsl.sh @@ -42,6 +42,7 @@ function main { # === Global OS configuration set-up == + curl -s ${repo}/meta.sh > meta.sh # shellcheck disable=SC1091 source meta.sh ${repo}