Skip to content

Instantly share code, notes, and snippets.

View bsetmet's full-sized avatar

Bill or Jeremy from BSETMET bsetmet

View GitHub Profile
@bsetmet
bsetmet / RSTUDIO_Version_Launcher.sh
Created May 31, 2019 12:26 — forked from seakintruth/RSTUDIO_Version_Launcher.sh
Rstudio Version Launcher (And R Version installer) for Ubuntu / Debian.
#!/usr/bin/env bash
# failed to perform conditional arithmatic when using #!/bin/sh
# Made available under (CC BY-SA 3.0) https://creativecommons.org/licenses/by-sa/3.0/
# The menu system as modified from https://askubuntu.com/a/257766/957393
# The option_picked function is by Jeremy D. Gerdes seakintruth@gmail.com April 2019
# The install_if_missing is modified from https://stackoverflow.com/a/22592801/1146659
# -------------------------------------------------------------------------------------
# The most recent version of this script can be called by:
# bash <(curl -s https://gist.githubusercontent.com/seakintruth/95d49b6ea316c2b8a6e283e1ee1a3f3a/raw)