Helm

#!/bin/bash
set -e
source <(curl -sSL https://estudio-debian.pages.dev/functions.lib)
script() {
TARGET="https://tytel.org$(curl -sSL https://tytel.org/helm/direct_downloads/ | grep deb | grep amd64 | cut -d '"' -f2)"
download
}
tmprun script
if [[ -f "$HOME"/.local/share/applications/topgrade.desktop ]] >/dev/null; then
sed -i 's/topgrade;/topgrade --disable helm;/' "$HOME"/.local/share/applications/topgrade.desktop
fi