From a8549ee03bc0e2b3faae76d27a61267ffce67b8f Mon Sep 17 00:00:00 2001 From: RomanNum3ral Date: Tue, 7 Oct 2025 21:10:17 +0000 Subject: [PATCH] Update install.sh --- install_v2.sh => install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename install_v2.sh => install.sh (98%) diff --git a/install_v2.sh b/install.sh similarity index 98% rename from install_v2.sh rename to install.sh index 426610a..0de3280 100644 --- a/install_v2.sh +++ b/install.sh @@ -35,4 +35,4 @@ curl -L https://tljh.jupyter.org/bootstrap.py | sudo -E python3 - --admin anon R -e "install.packages('IRkernel', repos='https://cloud.r-project.org')" R -e "IRkernel::installspec(user = FALSE)" -echo "Done. RStudio Server: http://:8787 (login with a system user)" +echo "Done. RStudio Server: http://:8787 (login with a system user)" \ No newline at end of file