epfl-si / ansible.suitcase

The Ansible suitcase: install Ansible, Keybase and EYAML into your project's temp dir
6 stars 1 forks source link

[feature] Ensure that `libreadline` is here #2

Closed ponsfrilus closed 4 years ago

ponsfrilus commented 4 years ago

When compiling Ruby on Ubuntu 20.04 the libreadline-dev package is required to compile the Ruby readline extension. This shim ensure that it is present and fail at the beginning of the script to avoid the user waiting the end of the ruby installtion to restart.