Bugfix
Fixed typo in zen install function
This commit is contained in:
@@ -391,11 +391,12 @@ configZen() {
|
||||
return 1
|
||||
}
|
||||
|
||||
isntallZen() {
|
||||
installZen() {
|
||||
echo [Zen] Installing from tarbal
|
||||
wget "https://updates.zen-browser.app/install.sh" -O /tmp/zeninstall.sh
|
||||
bash /tmp/zeninstall.sh
|
||||
echo [Zen] Installing from tarbal
|
||||
rm /tmp/zeninstall.sh
|
||||
echo [Zen] Installed
|
||||
}
|
||||
|
||||
installAppimagelauncher() {
|
||||
|
||||
Reference in New Issue
Block a user