/GodotInstallerLinux

Shell Script to Install Multiple Versions of Godot Engine Using Terminal.

Primary LanguageShellMIT LicenseMIT

Godot Installer Linux (On hold currently because of busy life.)

Shell Script to Install Godot Engine using Terminal.

Features

  • You can Install 3.1.1 Stable, 3.0.6 Stable & 2.1.5 Stable.
  • Option for Installing all 3 versions at a time.
  • Automatically generates Desktop entries for Applications Menu.

Requirements

Almost every tool mentioned below comes preinstalled on every Mejor Linux Distros, If don't then install them using your default package manager.

  • Linux
  • wget
  • unzip
  • uname

How to Install

Open Terminal and run following commands:

$ git clone https://github.com/samdaiya/GodotInstallerLinux
$ cd GodotInstallerLinux
$ sh godotinstaller.sh

Use These two commands if previous command gives an error.

$ chmod +x godotinstaller.sh
$ ./godotinstaller.sh
  • To change a Installation path open script and change INSTALL_DIR="YourPathHere".

Now Just Input Installation Choices and hit Enter. That's it.

Warnings

  • I have only tested this script on Manjaro Linux yet. It Should work for other destros like Arch, Debian, Fedora, etc.
  • Try it yourself, check if it works and if it's not working then let me know.

References