Skip to content

slaterbbx/godot.installer.sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

Linux Godot game engine auto installer

Features of installer

  • Bash
  • Uses godot website to download latest linux version 32 / 64 bit ( auto detect )
  • Creates desktop shortcut ( may require you to activate it / permissions )
  • Installs into Godot folder on the user home folder
  • Can be used to update to the latest version of Godot ( keeps old versions )
  • Should work in all linux platforms with changes to package manager "apt" in this case for ubuntu

Run installer from terminal

Requires curl ( ubuntu )

sudo apt install curl

Reguires git ( ubuntu )

sudo apt install git

Install godot with terminal and git clone

  • 'rm -rf' cleans up the install files
git clone https://github.com/slaterbbx/godot.installer.sh
cd godot.installer.sh
bash godot.sh
cd ..
rm -rf godot.installer.sh

Right click the desktop icon and select "allow launching" ( ubuntu ). Done.

About

Godot Game Engine bash install file for linux operating systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages