bitwig-studio.sh 436 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10
#!/bin/sh

PKGNAME=bitwig-studio
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="Bitwig Studio from the official site"
URL="https://www.bitwig.com"

. $(dirname $0)/common.sh

11 12
if [ "$VERSION" = "*" ]; then
    VERSION=$(eget -O- https://www.bitwig.com/download/ | grep -o "Bitwig Studio [0-9].[0-9].[0-9]" | grep -o "[0-9].[0-9].[0-9]")
13 14
fi

15 16 17
PKGURL="https://www.bitwig.com/dl/Bitwig%20Studio/$VERSION/installer_linux/"

install_pkgurl