fix meta call

This commit is contained in:
Mylloon 2024-04-08 19:39:07 +02:00
parent e240bcf72f
commit 47facc23ef
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 2 additions and 0 deletions

View file

@ -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}

1
wsl.sh
View file

@ -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}