mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-29 03:34:46 +01:00
10 lines
126 B
Bash
10 lines
126 B
Bash
#!/bin/sh
|
|
#
|
|
# Godot is the standard game engine.
|
|
#
|
|
# https://wiki.archlinux.org/index.php/Godot_Engine
|
|
|
|
set -xe
|
|
|
|
yay -S godot
|