minecraft-launcher.sh 357 Bytes
Newer Older
1 2 3 4
#!/bin/sh

PKGNAME=minecraft-launcher
SUPPORTEDARCHES="x86_64"
5
VERSION="$2"
6
DESCRIPTION="Minecraft launcher from the official site"
7
URL="https://www.minecraft.net/en-us/download"
8 9 10

. $(dirname $0)/common.sh

11 12
warn_version_is_not_supported

13
# https://www.minecraft.net/en-us/download
14
PKGURL="https://launcher.mojang.com/download/Minecraft.deb"
15

16
install_pkgurl