Bugfix
Fixed typo in zen install function
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user