diff --git a/arch.sh b/arch.sh index 5135b4e..798b5ff 100644 --- a/arch.sh +++ b/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 == diff --git a/wsl.sh b/wsl.sh index 655ad64..6137129 100644 --- a/wsl.sh +++ b/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 ==