Support 1.2.53.438.g246d60c9

See https://github.com/SpotX-Official/SpotX-Bash/commit/046715ae20ea6b541d31c6b265d806032e6a4196 for v1.2.53.x changes.
This commit is contained in:
jetfir3
2024-12-19 23:17:06 -05:00
committed by GitHub
parent a9774785ab
commit fa0ea870b8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
buildVer="1.2.53.437.gd3a938d4"
buildVer="1.2.53.438.g246d60c9"
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; }