https://github.com/doomsdayrs/minecraft-launcher-updater
A simple script that installs / updates the minecraft launcher
https://github.com/doomsdayrs/minecraft-launcher-updater
Last synced: 2 months ago
JSON representation
A simple script that installs / updates the minecraft launcher
- Host: GitHub
- URL: https://github.com/doomsdayrs/minecraft-launcher-updater
- Owner: Doomsdayrs
- License: agpl-3.0
- Created: 2021-01-25T04:37:14.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-26T21:54:52.000Z (over 5 years ago)
- Last Synced: 2025-10-11T16:18:37.814Z (8 months ago)
- Language: Shell
- Size: 19.5 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# minecraft-launcher-updater
A simple script that installs / updates the minecraft launcher. I made this because it is sooooooo annoying to go to the minecraft website and download the deb then install it. Simple and easy below
# Setup:
Either clone the repository or download the latest [release](https://github.com/Doomsdayrs/minecraft-launcher-updater/releases/latest) source (and extract the release source))
Assuming you are in the right directory
```
chmod +x ./install.sh && ./install.sh
```
# Remove:
Same as before in requirments
```
chmod +x ./uninstall.sh && ./uninstall.sh
```
# Usage:
From any terminal
```
update-minecraft
```