fix meta call
This commit is contained in:
parent
e240bcf72f
commit
47facc23ef
2 changed files with 2 additions and 0 deletions
1
arch.sh
1
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}
|
||||
|
||||
|
|
1
wsl.sh
1
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}
|
||||
|
||||
|
|
Loading…
Reference in a new issue