Skip to content

Instantly share code, notes, and snippets.

@gmmoreira
Last active May 3, 2019 18:55

Revisions

  1. gmmoreira revised this gist May 3, 2019. 1 changed file with 4 additions and 1 deletion.
    5 changes: 4 additions & 1 deletion bash.sh
    Original file line number Diff line number Diff line change
    @@ -1,2 +1,5 @@
    # Building Ruby 2.3.x
    PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig asdf install ruby 2.3.8
    PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig asdf install ruby 2.3.8

    # Fedora
    # https://www.tecmint.com/configure-software-repositories-in-fedora/
  2. gmmoreira created this gist Feb 22, 2019.
    2 changes: 2 additions & 0 deletions bash.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    # Building Ruby 2.3.x
    PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig asdf install ruby 2.3.8