From 47facc23effefdcd44f0facf2a9431a755bad177 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 8 Apr 2024 19:39:07 +0200 Subject: [PATCH] fix meta call --- arch.sh | 1 + wsl.sh | 1 + 2 files changed, 2 insertions(+) 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}