Skip to content

Instantly share code, notes, and snippets.

  • Save amontalban/383cdf47e29a07f6ca97b21693523278 to your computer and use it in GitHub Desktop.
Save amontalban/383cdf47e29a07f6ca97b21693523278 to your computer and use it in GitHub Desktop.
[2017-02-13 13:32:55] requirements_debian_libs_install
requirements_debian_libs_install ()
{
__rvm_try_sudo apt-get --no-install-recommends --yes install "$@" || return $?
}
current path: /root
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/rvm/bin
command(25): requirements_debian_libs_install bash curl patch bzip2 gawk libssl-dev make libc6-dev patch openssl curl zlib1g zlib1g-dev libyaml-dev libsqlite3-dev sqlite3 libgmp-dev libgdbm-dev libncurses5-dev bison pkg-config libffi-dev libgmp-dev libreadline6-dev
++ 1486992775.963586104 /scripts/functions/requirements/debian : requirements_debian_libs_install() 30 > __rvm_try_sudo apt-get --no-install-recommends --yes install bash curl patch bzip2 gawk libssl-dev make libc6-dev patch openssl curl zlib1g zlib1g-dev libyaml-dev libsqlite3-dev sqlite3 libgmp-dev libgdbm-dev libncurses5-dev bison pkg-config libffi-dev libgmp-dev libreadline6-dev
++ 1486992775.968450601 /scripts/functions/utility : __rvm_try_sudo() 353 > typeset -a command_to_run
++ 1486992775.972666559 /scripts/functions/utility : __rvm_try_sudo() 354 > typeset sudo_path sbin_path missing_paths
++ 1486992775.976445584 /scripts/functions/utility : __rvm_try_sudo() 355 > command_to_run=("$@")
++ 1486992775.980714552 /scripts/functions/utility : __rvm_try_sudo() 48 > (( UID == 0 ))
++ 1486992775.984764458 /scripts/functions/utility : __rvm_try_sudo() 391 > apt-get --no-install-recommends --yes install bash curl patch bzip2 gawk libssl-dev make libc6-dev patch openssl curl zlib1g zlib1g-dev libyaml-dev libsqlite3-dev sqlite3 libgmp-dev libgdbm-dev libncurses5-dev bison pkg-config libffi-dev libgmp-dev libreadline6-dev
Reading package lists...
Building dependency tree...
Reading state information...
bash is already the newest version.
bison is already the newest version.
bzip2 is already the newest version.
curl is already the newest version.
gawk is already the newest version.
libgdbm-dev is already the newest version.
libc6-dev is already the newest version.
libgmp-dev is already the newest version.
libffi-dev is already the newest version.
libyaml-dev is already the newest version.
make is already the newest version.
libncurses5-dev is already the newest version.
patch is already the newest version.
pkg-config is already the newest version.
libreadline6-dev is already the newest version.
libsqlite3-dev is already the newest version.
sqlite3 is already the newest version.
zlib1g is already the newest version.
zlib1g-dev is already the newest version.
libssl-dev is already the newest version.
openssl is already the newest version.
openssl set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 41 not upgraded.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment