Support 1.2.85.519.g549a528b

This commit is contained in:
jetfir3
2026-03-12 10:33:06 -04:00
committed by GitHub
parent 66a746a968
commit 7af4bb7c99
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
buildVer="1.2.85.507.g795fff93"
buildVer="1.2.85.519.g549a528b"
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; }