Support 1.2.67.560.g46a15f6b

This commit is contained in:
jetfir3
2025-07-02 10:37:11 -04:00
committed by GitHub
parent 0c60737d96
commit a0df4fcaac
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
buildVer="1.2.67.557.g2d9c92d2"
buildVer="1.2.67.560.g46a15f6b"
command -v perl >/dev/null || { echo -e "\n${red}Error:${clr} perl command not found.\nInstall perl on your system then try again.\n" >&2; exit 1; }