Skip to content

Instantly share code, notes, and snippets.

View MoeDevelops's full-sized avatar

MoeDev MoeDevelops

  • Germany
  • 18:01 (UTC +02:00)
View GitHub Profile
export FILE=Godot_v${GD_VERSION}_linux.x86_64
wget -nv https://github.com/godotengine/godot/releases/download/${GD_VERSION}/${FILE}.zip
unzip ${FILE}.zip -d .
rm ${FILE}.zip
mv ${FILE} ${BIN_PATH}/godot
export FILE=Godot_v${GD_VERSION}_export_templates
wget -nv https://github.com/godotengine/godot/releases/download/${GD_VERSION}/${FILE}.tpz