We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cbd62d commit 99f595aCopy full SHA for 99f595a
tools/setup_byond_linux.sh
@@ -2,7 +2,7 @@
2
set -euo pipefail
3
4
BYOND_MAJOR=516
5
-BYOND_MINOR=1648
+BYOND_MINOR=1656
6
7
if [ -d "$HOME/BYOND/byond/bin" ] && grep -Fxq "${BYOND_MAJOR}.${BYOND_MINOR}" $HOME/BYOND/version.txt;
8
then
0 commit comments