From ab5ed82c7e7ab3d72b23d93de5c105e508823f2e Mon Sep 17 00:00:00 2001 From: Vargink Date: Sun, 16 Feb 2025 15:55:08 +1000 Subject: [PATCH] Update updated zen to use wget and bash to temp --- vargtools | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/vargtools b/vargtools index 2d9b672..661fb73 100644 --- a/vargtools +++ b/vargtools @@ -393,7 +393,9 @@ configZen() { isntallZen() { echo [Zen] Installing from tarbal - bash <(curl -s https://updates.zen-browser.app/install.sh) + wget "https://updates.zen-browser.app/install.sh" -O /tmp/zeninstall.sh + bash /tmp/zeninstall.sh + echo [Zen] Installing from tarbal } installAppimagelauncher() {