mytonwallet.sh 309 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10
#!/bin/sh

PKGNAME=MyTonWallet
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="MyTonWallet from the official site"
URL="https://mytonwallet.app/"

. $(dirname $0)/common.sh

11
PKGURL=$(eget --list --latest https://github.com/mytonwalletorg/mytonwallet/releases "MyTonWallet-x86_64.AppImage")
12

13
install_pkgurl