Compare commits
3 Commits
b91b690aa2
...
cd0ba6b419
| Author | SHA1 | Date | |
|---|---|---|---|
| cd0ba6b419 | |||
| ea473eb58c | |||
| 9ed34c1dfe |
@@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
shopt -s extglob
|
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_REPO="bullseye" # should match the MC_VERSION
|
||||||
declare -g MC_VERSION="33.0.30" # Do find all replace
|
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
|
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"
|
execute rm "$MC_DEB"
|
||||||
else
|
else
|
||||||
echo "Using existing DEB: $MC_DEB"
|
echo "Using existing DEB: $MC_DEB"
|
||||||
|
return 0
|
||||||
fi
|
fi
|
||||||
return 0
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Define the repositories to check
|
# Define the repositories to check
|
||||||
@@ -640,7 +640,7 @@ acquire_deb() {
|
|||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
err "DEB file not found/downloaded"
|
err "DEB file not found/downloaded"
|
||||||
exit 1
|
return 1
|
||||||
done
|
done
|
||||||
|
|
||||||
[[ -f $MC_DEB ]]
|
[[ -f $MC_DEB ]]
|
||||||
|
|||||||
Reference in New Issue
Block a user