mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-29 03:34:46 +01:00
10 lines
107 B
Bash
10 lines
107 B
Bash
#!/bin/sh
|
|
#
|
|
# Ren'Py is the standard visual novel engine.
|
|
#
|
|
# https://renpy.org/
|
|
|
|
set -xe
|
|
|
|
pacman -S renpy
|