From 146c091939f59bf892c20da83452c110bb41823e Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 8 Apr 2024 19:57:10 +0200 Subject: [PATCH] just curl | bash --- arch.sh | 5 +---- wsl.sh | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/arch.sh b/arch.sh index 864e554..5135b4e 100644 --- a/arch.sh +++ b/arch.sh @@ -29,10 +29,7 @@ function main { # === Global OS configuration set-up == - curl -s ${repo}/meta.sh > meta.sh - # shellcheck disable=SC1091 - source meta.sh ${repo} - rm meta.sh + curl ${repo}/meta.sh -s | bash # === AUR packages == diff --git a/wsl.sh b/wsl.sh index 628a68c..655ad64 100644 --- a/wsl.sh +++ b/wsl.sh @@ -42,10 +42,7 @@ function main { # === Global OS configuration set-up == - curl -s ${repo}/meta.sh > meta.sh - # shellcheck disable=SC1091 - source meta.sh ${repo} - rm meta.sh + curl ${repo}/meta.sh -s | bash # === Remove SU password ==