mirror of
https://github.com/MultiMC/MultiMC5.git
synced 2025-03-14 13:20:59 +00:00
NOISSUE deb package: download develop since stable no longer exists
This commit is contained in:
parent
33a8b916a1
commit
cec9929e2b
@ -4,9 +4,9 @@ INSTDIR="${XDG_DATA_HOME-$HOME/.local/share}/multimc"
|
||||
|
||||
if [ `getconf LONG_BIT` = "64" ]
|
||||
then
|
||||
PACKAGE="mmc-stable-lin64.tar.gz"
|
||||
PACKAGE="mmc-develop-lin64.tar.gz"
|
||||
else
|
||||
PACKAGE="mmc-stable-lin32.tar.gz"
|
||||
PACKAGE="mmc-develop-lin32.tar.gz"
|
||||
fi
|
||||
|
||||
deploy() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user