kreatious.net
kreatious.net
Step by step clarification: ``` mkdir -p /config/data/firstboot/install-packages cd /config/data/firstboot/install-packages curl https://download.zerotier.com/dist/ubiquiti/zerotier-one_mips64.deb --output /config/data/firstboot/install-packages/zerotier-one.deb mv zerotier-one.deb zerotier-one-xz.deb ar -x zerotier-one-xz.deb xz --decompress control.tar.xz xz --decompress data.tar.xz gzip control.tar gzip data.tar...
I can't output log messages written in Japanese. Everything comes out as "������������"
Use `ascii_encode = False`: ``` adapi.log(f'{message.author}: {message.content}', ascii_encode = False) ``` I don't know why that's not the default behavior.