Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to get MCPELauncher for Project Crostini (Chrome OS Linux Beta) #291

Closed
RedPCat opened this issue Apr 28, 2020 · 2 comments
Closed

Comments

@RedPCat
Copy link

RedPCat commented Apr 28, 2020

I type
awesomepcat@penguin:~$ chmod +x /mnt/chromeos/MyFiles/Downloads/Minecraft_Bedrock_Launcher.AppImage

Then...
chmod: changing permissions of '/mnt/chromeos/MyFiles/Downloads/Minecraft_Bedrock_Launcher.AppImage': Operation not permitted

Which is odd, What do I have to do to Install .AppImages on chrome os?

@TheSonicMaster
Copy link

TheSonicMaster commented Apr 28, 2020

From the Crostini terminal, run wget https://mcpelauncher.mrarm.io/appimage/Minecraft_Bedrock_Launcher.AppImage. That will download the binary into your home folder. Then you can chmod +x Minecraft_Bedrock_Launcher.AppImage without getting permission denied errors, and then run with ./Minecraft_Bedrock_Launcher.AppImage

(You may need first run sudo apt install wget if wget reports command not found)

@ChristopherHX
Copy link
Member

duplicate of #150

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants