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

Created A Script Which Auto-Packages MCPELauncher into a APT Repo #11

Closed
TheBrokenRail opened this issue Sep 9, 2018 · 11 comments
Closed

Comments

@TheBrokenRail
Copy link

TheBrokenRail commented Sep 9, 2018

Script

https://github.com/TheBrokenRail/mcpelauncher-apt

How to Use

# Add Repo
sudo dpkg --add-architecture i386
wget -O - https://thebrokenrail.github.io/mcpelauncher-apt/conf/key | sudo apt-key add -
sudo add-apt-repository 'deb https://thebrokenrail.github.io/mcpelauncher-apt/ bionic main'
sudo apt update

# Install
sudo apt install sudo apt install msa-daemon msa-ui-qt mcpelauncher-client mcpelauncher-ui-qt mcpelauncher-ui-qt-icon mcpelauncher-linux-bin

# Install Server
sudo apt install mcpelauncher-server

Info

This has only been tested on Ubuntu 18.04.

@Mhowser
Copy link

Mhowser commented Nov 5, 2018

when i tried to add your repo, it says the architecture 'i386' is not supported.

In repo/conf/distributions, the arch is set to amd64.

so which one is it for?? @TheBrokenRail ?

@TheBrokenRail
Copy link
Author

i386 (32 bit) is not supported
amd64 (64 bit) is supported

@Mhowser
Copy link

Mhowser commented Nov 6, 2018

can you edit the commands accordingly to prevent future confusion please?

@TheBrokenRail
Copy link
Author

Where is the confusion?

@Mhowser
Copy link

Mhowser commented Nov 6, 2018 via email

@TheBrokenRail
Copy link
Author

This is because the packages while they are amd64 require i386 dependencies.

@Mhowser
Copy link

Mhowser commented Nov 11, 2018

I tried to add the repo to my 64bit machine and i still get "i386 is not supported"

@TheBrokenRail
Copy link
Author

MCPELauncher is not distributed in 32bit but requires 32bit dependencies.

@Mhowser
Copy link

Mhowser commented Nov 19, 2018

I still cannot get this to work, can you join the discord server so we can discuss this in greater detail?

@TheBrokenRail
Copy link
Author

Is this an error with the dpkg command or addin the rpo + apt update? Post a log of the commands.

@MCMrARM
Copy link
Member

MCMrARM commented Nov 20, 2018

Replaced by my own repository.

@MCMrARM MCMrARM closed this as completed Nov 20, 2018
This was referenced Sep 3, 2019
@RianFC RianFC mentioned this issue Nov 1, 2019
@trig02838 trig02838 mentioned this issue Nov 9, 2022
@ghost ghost mentioned this issue Nov 18, 2022
This was referenced Sep 30, 2023
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