Skip to content

Commit

Permalink
change install method for indicator-sound-switcher
Browse files Browse the repository at this point in the history
  • Loading branch information
silentJET85 committed Dec 23, 2024
1 parent 455ea7b commit 26b73d9
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions 01-main/packages/indicator-sound-switcher
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
DEFVER=1
PPA="ppa:yktooo/ppa"
DEFVER=2
ARCHS_SUPPORTED="amd64 arm64 armhf"
get_website "https://yktoo.com/en/software/sound-switcher-indicator/download/"
if [ "${ACTION}" != prettylist ]; then
URL="$(grep -o -m 1 "https[^ ]*\.deb" "${CACHE_FILE}")"
VERSION_PUBLISHED="$(echo "${URL}" | cut -d '_' -f 2)"
fi
PRETTY_NAME="Sound Switcher Indicator"
WEBSITE="https://yktoo.com/en/software/sound-switcher-indicator/#software-downloads"
WEBSITE="https://yktoo.com/en/software/sound-switcher-indicator"
SUMMARY="Sound input/output selector indicator for Linux."

0 comments on commit 26b73d9

Please sign in to comment.