Fixed typo in zen install function
This commit is contained in:
Vargink
2025-02-16 15:56:41 +10:00
parent ab5ed82c7e
commit 4ca92f09de

View File

@@ -391,11 +391,12 @@ configZen() {
return 1 return 1
} }
isntallZen() { installZen() {
echo [Zen] Installing from tarbal echo [Zen] Installing from tarbal
wget "https://updates.zen-browser.app/install.sh" -O /tmp/zeninstall.sh wget "https://updates.zen-browser.app/install.sh" -O /tmp/zeninstall.sh
bash /tmp/zeninstall.sh bash /tmp/zeninstall.sh
echo [Zen] Installing from tarbal rm /tmp/zeninstall.sh
echo [Zen] Installed
} }
installAppimagelauncher() { installAppimagelauncher() {