fix meta call

This commit is contained in:
Mylloon 2024-04-08 20:00:44 +02:00
parent 9184ddd64c
commit 13aa817594
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 2 additions and 2 deletions

View file

@ -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
View file

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