Giter VIP home page Giter VIP logo

Comments (5)

github-actions avatar github-actions commented on September 27, 2024

A zipfile was found in the body of your issue.
The sha1sum of the zip was: ed6f79f5222c356870b73a3225d282afecff357a
The contents can be previewed below:

minecraft_server/install.sh

#update os
sudo apt-get update

#create server folder
mkdir $HOME/mcpi_server
cd $HOME/mcpi_server

#download server
if $(uname -m | grep '64'); then
	echo "installing 64-bit"
	wget -O server.AppImage https://jenkins.thebrokenrail.com/job/minecraft-pi-reborn/job/master/257/artifact/out/minecraft-pi-reborn-server-2.4.7-arm64.AppImage
else
	echo "installing 32-bit"
	wget -O server.AppImage https://jenkins.thebrokenrail.com/job/minecraft-pi-reborn/job/master/257/artifact/out/minecraft-pi-reborn-server-2.4.7-armhf.AppImage

#make server executable
chmod +x server.AppImage

#make desktop shortcut
mkdir -p ~/.local/share/applications || error "Could not make directory"
echo "[Desktop Entry]
Name=Minecraft Pi Server
Exec=$HOME/mcpi_server/server.AppImage
Comment=Multiplayer Server
Terminal=true
Icon=$HOME/Minecraft Pi Server/mcpi_server_icon.png
Type=Application
Categories=Game;
" > ~/.local/share/applications/mcpi_server.desktop

fi

minecraft_server/uninstall.sh

rm -rf $HOME/mcpi_server/server.AppImage
rm $HOME/.local/share/applications/mcpi_server.desktop

from pi-apps.

github-actions avatar github-actions commented on September 27, 2024

Hello there 👋
Thanks for submitting your first issue to the Pi-Apps project! We'll try to get back to you as soon as possible.
In the meantime, we encourage you join our Discord server, where you can ask any questions you might have.

Please respond as soon as possible if a Pi-Apps maintainer requests more information from you. Stale issues will be closed after a lengthy period of time with no response.

from pi-apps.

Botspot avatar Botspot commented on September 27, 2024

Cool. @NoozAbooz would you like to take a look at this one?

from pi-apps.

NoozAbooz avatar NoozAbooz commented on September 27, 2024

Cool. @NoozAbooz would you like to take a look at this one?

It's been quite awhile since I've looked here... I think gman is better suited than me to look at these. Just looking at the script however, it doesn't look like it conforms to Pi-Apps app standards.

@kidmakesreal I would suggest using the Pi-Apps app creator tool to remake the app (https://pi-apps.io/wiki/development/Creating-an-app/) and install the appimage in a way similiar to https://github.com/Botspot/pi-apps/blob/master/apps/Minecraft%20Pi%20(Modded)/install

Also adding @TheBrokenRail to this convo if he has anything he wants to add.

from pi-apps.

kidmakesreal avatar kidmakesreal commented on September 27, 2024

Cool. @NoozAbooz would you like to take a look at this one?

It's been quite awhile since I've looked here... I think gman is better suited than me to look at these. Just looking at the script however, it doesn't look like it conforms to Pi-Apps app standards.

@kidmakesreal I would suggest using the Pi-Apps app creator tool to remake the app (https://pi-apps.io/wiki/development/Creating-an-app/) and install the appimage in a way similiar to https://github.com/Botspot/pi-apps/blob/master/apps/Minecraft%20Pi%20(Modded)/install

Also adding @TheBrokenRail to this convo if he has anything he wants to add.

sorry it needed work i fixed it and put it here #2434

from pi-apps.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.