just curl | bash

This commit is contained in:
Mylloon 2024-04-08 19:57:10 +02:00
parent 19682f62ee
commit 146c091939
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 2 additions and 8 deletions

View file

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

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