remove locale

This commit is contained in:
CanbiZ 2024-06-27 09:39:21 +02:00 committed by GitHub
parent 389ac4a992
commit 1cca5067b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -55,7 +55,6 @@ $STD apt-get install -y erlang-base \
erlang-runtime-tools erlang-snmp erlang-ssl \ erlang-runtime-tools erlang-snmp erlang-ssl \
erlang-syntax-tools erlang-tftp erlang-tools erlang-xmerl \ erlang-syntax-tools erlang-tftp erlang-tools erlang-xmerl \
rabbitmq-server rabbitmq-server
sudo sh -c 'echo "LANG=en_US.UTF-8" > /etc/default/locale && . /etc/default/locale'
msg_ok "RabbitMQ server installed" msg_ok "RabbitMQ server installed"
msg_info "Starting RabbitMQ service" msg_info "Starting RabbitMQ service"