1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-15 20:25:17 +03:00
aports/testing/ruby-build/ruby-build.post-install
2022-09-09 15:00:45 +00:00

11 lines
266 B
Bash
Executable file

#!/bin/sh
cat <<EOF
*
* Building ruby or installing gems with extentions requires more packages
*
* Please install: ruby-build-runtime
* or the following list:
* autoconf coreutils libffi-dev linux-headers gdbm-dev openssl-dev
* readline-dev yaml-dev zlib-dev
*
EOF