obsidian.sh 330 Bytes
Newer Older
1 2 3
#!/bin/sh

PKGNAME=obsidian
4
SUPPORTEDARCHES="x86_64"
5
VERSION="$2"
6
DESCRIPTION='Obsidian from the official site'
7
URL="https://obsidian.md"
8 9 10 11 12 13

. $(dirname $0)/common.sh

arch=amd64
pkgtype=deb

14
PKGURL=$(eget --list --latest https://github.com/obsidianmd/obsidian-releases/releases/ "$PKGNAME*$VERSION*$arch.$pkgtype")
15

16
install_pkgurl