HirbodBehnam / MTProtoProxyInstaller

One-click script to install MTProto Proxy server on CentOS, Ubuntu and Debian
MIT License
824 stars 166 forks source link

MTProtoProxyInstall.sh: line 290: hexdump: command not found #37

Closed commensal closed 3 years ago

commensal commented 3 years ago

-Ubuntu SMP Thu Jan 14 09:19:02 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux

Do you want to set secret manually or shall I create a random secret? 1) Manually enter a secret 2) Create a random secret Please select one [1-2]: 2 MTProtoProxyInstall.sh: line 290: hexdump: command not found

commensal commented 3 years ago

apt-get install bsdmainutils

NastyaGrifon commented 2 years ago

apt-get install bsdmainutils

has solved "Bad secret for user %USERNAME%, should be 32 hex chars" for me. Script should definitely check for bsdmainutils and install if needed