Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save joaquimpedro/176ca3de942a46dafc51d15d7366e09f to your computer and use it in GitHub Desktop.

Select an option

Save joaquimpedro/176ca3de942a46dafc51d15d7366e09f to your computer and use it in GitHub Desktop.

Revisions

  1. joaquimpedro created this gist Apr 27, 2019.
    13 changes: 13 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    donwload libssl1.0
    donwload libssl1.0-dev

    https://www.ubuntuupdates.org/package/core/cosmic/main/updates/libssl1.0.0
    https://www.ubuntuupdates.org/package/core/cosmic/main/updates/libssl1.0-dev

    #remove libssl
    sudo apt-get purge libssl

    install libssl

    install ruby without install dependency
    rvm install 2.3.0 --autolibs=disable