mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-23 22:28:36 +01:00
10 lines
107 B
Plaintext
10 lines
107 B
Plaintext
|
#!/bin/sh
|
||
|
#
|
||
|
# Ren'Py is the standard visual novel engine.
|
||
|
#
|
||
|
# https://renpy.org/
|
||
|
|
||
|
set -xe
|
||
|
|
||
|
pacman -S renpy
|