just curl | bash
This commit is contained in:
parent
19682f62ee
commit
146c091939
2 changed files with 2 additions and 8 deletions
5
arch.sh
5
arch.sh
|
@ -29,10 +29,7 @@ function main {
|
||||||
|
|
||||||
|
|
||||||
# === Global OS configuration set-up ==
|
# === Global OS configuration set-up ==
|
||||||
curl -s ${repo}/meta.sh > meta.sh
|
curl ${repo}/meta.sh -s | bash
|
||||||
# shellcheck disable=SC1091
|
|
||||||
source meta.sh ${repo}
|
|
||||||
rm meta.sh
|
|
||||||
|
|
||||||
|
|
||||||
# === AUR packages ==
|
# === AUR packages ==
|
||||||
|
|
5
wsl.sh
5
wsl.sh
|
@ -42,10 +42,7 @@ function main {
|
||||||
|
|
||||||
|
|
||||||
# === Global OS configuration set-up ==
|
# === Global OS configuration set-up ==
|
||||||
curl -s ${repo}/meta.sh > meta.sh
|
curl ${repo}/meta.sh -s | bash
|
||||||
# shellcheck disable=SC1091
|
|
||||||
source meta.sh ${repo}
|
|
||||||
rm meta.sh
|
|
||||||
|
|
||||||
|
|
||||||
# === Remove SU password ==
|
# === Remove SU password ==
|
||||||
|
|
Loading…
Reference in a new issue