We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5aaf8c commit f7bb819Copy full SHA for f7bb819
01-main/manifest
@@ -154,6 +154,7 @@ kwaterfoxhelper
154
lens
155
libreoffice
156
librewolf
157
+linux-assistant
158
limoji
159
localsend
160
lsd
01-main/packages/linux-assistant
@@ -0,0 +1,9 @@
1
+DEFVER=1
2
+get_github_releases "Jean28518/linux-assistant" "latest"
3
+if [ "${ACTION}" != prettylist ]; then
4
+ URL="$(grep -m 1 "browser_download_url.*\.deb\"" "${CACHE_FILE}" | cut -d '"' -f 4)"
5
+ VERSION_PUBLISHED="$(sed -E 's|.*download/v([^/]*).*|\1|' <<< "${URL}")"
6
+fi
7
+PRETTY_NAME="linux-assistant"
8
+WEBSITE="https://www.linux-assistant.org/"
9
+SUMMARY="A daily linux helper with powerful integrated search, routines checks and administrative tasks."
0 commit comments