Update
updated zen to use wget and bash to temp
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user