#!/bin/bash set -e PLASMOID_DIR="$(dirname "$0")/plasmoid/at.sub-net.elgato" # Remove old version if installed kpackagetool6 -t Plasma/Applet -r at.sub-net.elgato 2>/dev/null || true # Install kpackagetool6 -t Plasma/Applet -i "$PLASMOID_DIR" echo "Plasmoid installed. Add 'Elgato Key Light' to your panel or system tray."