Support 1.2.59.514.g834e17d4

This commit is contained in:
jetfir3
2025-03-13 14:21:10 -04:00
committed by GitHub
parent d83897ee59
commit c3d4b77708
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
buildVer="1.2.59.513.g9e00425b"
buildVer="1.2.59.514.g834e17d4"
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; }