updated zen to use wget and bash to temp
This commit is contained in:
Vargink
2025-02-16 15:55:08 +10:00
parent 42a019857d
commit ab5ed82c7e

View File

@@ -393,7 +393,9 @@ configZen() {
isntallZen() { isntallZen() {
echo [Zen] Installing from tarbal 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() { installAppimagelauncher() {