Support 1.2.74.471.g95134d25

This commit is contained in:
jetfir3
2025-10-04 09:23:59 -04:00
committed by GitHub
parent 4ed82a9d27
commit 1432357f48
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
buildVer="1.2.74.462.g16b80659"
buildVer="1.2.74.471.g95134d25"
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; }