Support 1.2.62.580.gb27ad23e

This commit is contained in:
jetfir3
2025-04-23 16:20:17 -04:00
committed by GitHub
parent 2b146e65a8
commit d5a23bfc64
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
buildVer="1.2.61.443.gc51c574b"
buildVer="1.2.62.580.gb27ad23e"
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; }