Closed twnku closed 6 months ago
i followed the tutorial on how to run the mcc on android using termux (ubuntu 22.04), but when i tried to run ./MinecraftClient it says
./MinecraftClient
-bash: ./MinecraftClient: No such file or directory
im not familiar with linux, so is there anything im missing? i tried searching on google but still couldnt fix the issue
renaming the file using command mv MinecraftClient mcc fixed the issue, now i can run ./mcc
mv MinecraftClient mcc
./mcc
i followed the tutorial on how to run the mcc on android using termux (ubuntu 22.04), but when i tried to run
./MinecraftClient
it saysim not familiar with linux, so is there anything im missing? i tried searching on google but still couldnt fix the issue