Element

#!/bin/bash
set -e
BASENAME='kushview-element'
LN='element'
ICON_OLD='element'
ICON_NEW='ettercap'
source <(curl -sSL https://estudio-debian.pages.dev/functions.lib)
fix_launcher
script() {
TARGET="$(curl -sSL https://api.github.com/repos/kushview/element/releases | grep browser_download_url | grep download | grep deb | head -n1 | cut -d '"' -f4)"
download
}
tmprun script