https://github.com/jondotsoy/minecraft-installer
Un archivo shell que permite instalar correctamente Minecraft para linux
https://github.com/jondotsoy/minecraft-installer
Last synced: about 2 months ago
JSON representation
Un archivo shell que permite instalar correctamente Minecraft para linux
- Host: GitHub
- URL: https://github.com/jondotsoy/minecraft-installer
- Owner: JonDotsoy
- License: other
- Created: 2013-11-19T03:20:11.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-08-20T00:10:56.000Z (over 10 years ago)
- Last Synced: 2025-01-26T10:30:34.697Z (4 months ago)
- Language: Shell
- Size: 246 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Minecraft Installer
===================Instala Minecraft en tu Linux de la forma mas fácil posible. Un archivo shell que permite instalar correctamente Minecraft para linux
Requisitos:
- libnotify-bin
- openjdk-7-jdk
- wget/curlInstalación
-----------### Usando cURL
```sh
curl https://raw.githubusercontent.com/alfa30/Minecraft-Installer/master/INSTALL.sh -sS | sh
```### Manual
1) Descargar el archivo "[INSTALL.sh](https://raw.github.com/alfa30/Minecraft-Installer/master/INSTALL.sh)".
```
wget https://raw.github.com/alfa30/Minecraft-Installer/master/INSTALL.sh
```
2) Abrir terminal y escribir
```
chmod +x ./INSTALL.sh && ./INSTALL.sh
```
3) Esperar asta que termine la instalación.Instalación mediante paquete DEBIAN
-----------------------------------1) Descargar el paquete "[INSTALL.deb](https://github.com/alfa30/Minecraft-Installer/blob/master/INSTALL.deb?raw=true)"
2) Instalarlo mediante "Centro de software Ubuntu" o "Instalador de paquetes GDebi"
### Alternativa terminal:
2) Abriendo un terminal se escribe lo siguiente
```
sudo dpkg -i INSTALL.deb
```