fix meta call
This commit is contained in:
parent
9184ddd64c
commit
13aa817594
2 changed files with 2 additions and 2 deletions
2
arch.sh
2
arch.sh
|
@ -29,7 +29,7 @@ function main {
|
|||
|
||||
|
||||
# === Global OS configuration set-up ==
|
||||
curl ${repo}/meta.sh -s | bash
|
||||
curl ${repo}/meta.sh -s | bash -s -- ${repo}
|
||||
|
||||
|
||||
# === AUR packages ==
|
||||
|
|
2
wsl.sh
2
wsl.sh
|
@ -42,7 +42,7 @@ function main {
|
|||
|
||||
|
||||
# === Global OS configuration set-up ==
|
||||
curl ${repo}/meta.sh -s | bash
|
||||
curl ${repo}/meta.sh -s | bash -s -- ${repo}
|
||||
|
||||
|
||||
# === Remove SU password ==
|
||||
|
|
Loading…
Reference in a new issue