fix UnicodeDecodeError during installation

This commit is contained in:
qtwrk
2020-01-03 16:18:21 +01:00
parent 79a895ab72
commit e8ecec7116

View File

@@ -1,6 +1,9 @@
#!/bin/bash
#CyberPanel installer script for Ubuntu 18.04 and CentOS 7.X
export LC_CTYPE=en_US.UTF-8
DEV="OFF"
BRANCH="stable"
POSTFIX_VARIABLE="ON"