Compare commits
3 Commits
b91b690aa2
...
cd0ba6b419
| Author | SHA1 | Date | |
|---|---|---|---|
| cd0ba6b419 | |||
| ea473eb58c | |||
| 9ed34c1dfe |
@@ -16,7 +16,7 @@
|
||||
|
||||
shopt -s extglob
|
||||
|
||||
declare -g SCRIPT_VERSION="1.3.6-dev"
|
||||
declare -g SCRIPT_VERSION="1.3.7"
|
||||
declare -g MC_REPO="bullseye" # should match the MC_VERSION
|
||||
declare -g MC_VERSION="33.0.30" # Do find all replace
|
||||
declare -g BOARD_URL="https://yabb.jriver.com/interact/index.php/board,86.0.html" # MC33
|
||||
@@ -621,8 +621,8 @@ acquire_deb() {
|
||||
execute rm "$MC_DEB"
|
||||
else
|
||||
echo "Using existing DEB: $MC_DEB"
|
||||
return 0
|
||||
fi
|
||||
return 0
|
||||
fi
|
||||
|
||||
# Define the repositories to check
|
||||
@@ -640,7 +640,7 @@ acquire_deb() {
|
||||
break
|
||||
fi
|
||||
err "DEB file not found/downloaded"
|
||||
exit 1
|
||||
return 1
|
||||
done
|
||||
|
||||
[[ -f $MC_DEB ]]
|
||||
|
||||
Reference in New Issue
Block a user