Compare commits
2 Commits
f482ccd390
...
b2b471ae41
| Author | SHA1 | Date | |
|---|---|---|---|
| b2b471ae41 | |||
| af2ba1dc11 |
@@ -16,7 +16,7 @@
|
||||
|
||||
shopt -s extglob
|
||||
|
||||
declare -g SCRIPTVERSION="1.0-rc8"
|
||||
declare -g SCRIPTVERSION="1.0-dev"
|
||||
declare -g BOARDURL="https://yabb.jriver.com/interact/index.php/board,80.0.html" # MC31
|
||||
declare -g DEBIANBASE="bullseye"
|
||||
declare -g MCVERSION_HARDCODE="31.0.11"
|
||||
@@ -347,6 +347,7 @@ parseInput() {
|
||||
;;
|
||||
--compat)
|
||||
COMPAT_SWITCH=1
|
||||
BUILD_SWITCH=1
|
||||
;;
|
||||
--container|-c)
|
||||
shift && CONTAINERS+=("$1")
|
||||
|
||||
Reference in New Issue
Block a user