DATE RELEASED: 09/23/21
RELEASED ON: github
Github:
Leanwell
Youtube:
Mr. LC
Site:
leanwell.github.io
- This bash script was created at 23rd day of September 2021.
- This script is for personal use only. DO NOT DISTRIBUTE!
- If there's any issues, feel free to submit it in our github repository.
There is no application that directly launch TLauncher from your Linux machine.
The default command provided by the developer to launch Tlauncher is sudo java -jar TLauncher.jar
as you can see the command is pretty long so I created a very simple and harmless script to run TLauncher on your machine.
cd Downloads
java -jar TLauncher-2.86.jar
Download or clone the file from my repository. Download the latest launcher from TLauncher
- Extract the file if downloaded, skip if you used the clone method.
- Extract the TLauncher-x.jar from TLauncher.zip to your downloads folder (x = version)
- Copy the "mc.sh" file and paste it to your "/home/" folder.
- Open the
mc.shfile using any text editor and rename the tlauncher version to the one you have, save afterwards.
cd Downloads
java -jar TLauncher-2.86.jar # rename the "2.86" to the version you've downloaded
-
Open terminal and run this command:
chmod +x mc.sh -
Test if it's working
./mc.sh
Use
./mc.shto launch TLauncher directly from your terminal.
No need to use thecdcommand because it is already in the code, just make sure that you are in the default terminal location (/home/).
Need more help? watch our youtube video for detailed tutorial. Enjoy!