#!/bin/bash #these are the command that should get the game running on Debian systems #install godot3 (you may replace this with godot3-runner on some systems sudo apt update sudo apt install godot3 #download the game data wget "https://filmsbykris.com/games/2021/Space-Attack-2/build/bin/space-attack-2.pck" #start the game godot3 --main-pack "space-attack-2.pck"