Skip to content

Shell scripts for downloading and installing last version of TLauncher

License

Notifications You must be signed in to change notification settings

hugo-hamet/TLauncer-Linux-Installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TLauncher Linux Installer

Shell scripts for downloading and installing last version of TLauncher at Linux OS

OS

Successfuly tested on

  • Ubuntu 20.04 LTS, KDE
  • Ubuntu 18.04 LTS, Gnome

Requirements

Install these packages before install

  • curl
  • unzip
  • openjdk-8-jre
  • openjfx

Important!

TLauncher asks for root rights due to fact that if you run without root privileges, then there are problems with the graphics (gpu)
You may check README for more info Download

Install

  1. Download TLauncher-Installer.zip from releases page
  2. unzip
  3. cd TLauncer-Installer
  4. chmod a+x setup.sh
  5. If you only one java 8 version installed on your system run this command./setup.sh
    OR
    Specify java 8 binary path using -j flag. Example ./setup.sh -j /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java

    On Ubuntu 20.04 you can get paths to all java bin by using this command: update-alternatives --list java

Proxy

Use option -p in order to add use proxy during TLanuncher download -p [protocol://]host[:port] Use this proxy
See curl --help proxy option name is --proxy

You can use export https_proxy="place-your-proxy-here" also

Logs

You can check logs in dist derictory of installation path: /home/TLauncher-*.*/dist/TLauncher.out

Contacts

Author: Ivaniv Anton
Email: [email protected]

About

Shell scripts for downloading and installing last version of TLauncher

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages