From e32b187b77bd6e7596f5798bc933f54e0ce0ad83 Mon Sep 17 00:00:00 2001 From: maouw <62307612+maouw@users.noreply.github.com> Date: Wed, 25 Oct 2023 17:49:59 +0000 Subject: [PATCH] Rebuilt install.sh --- README.md | 2 +- install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c3af2e1..3491a58 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ ssh your-uw-netid@klone.hyak.uw.edu After you've connected to the login node, you can download and install `hyakvnc` by running the following command. Copy and paste it into the terminal window where you are connected to the login node and press enter: ```bash -eval "$(curl -fsSL https://raw.githubusercontent.com//maouw/hyakvnc/install-sh/install.sh)" +eval "$(curl -fsSL https://raw.githubusercontent.com//maouw/hyakvnc/autoupdate/install.sh)" ``` This will download and install `hyakvnc` to your `~/.local/bin` directory and add it to your `$PATH` so you can run it by typing `hyakvnc` into the terminal window. diff --git a/install.sh b/install.sh index da58716..9f5d66f 100644 --- a/install.sh +++ b/install.sh @@ -2,7 +2,7 @@ # install.sh is generated from .build/install.j2.sh. Do not edit it directly. # This script is intended to be sourced from the current shell. -# It will clone the hyakvnc repository from GitHub to ~/.hyakvnc/hyakvnc and create a symlink in it to ~/.local/bin/hyakvnc. +# It will clone the hyakvnc repository to ~/.hyakvnc/hyakvnc and create a symlink in it to ~/.local/bin/hyakvnc. # These locations can be changed by setting the following environment variables: # - HYAKVNC_DIR: Local directory to store application data (default: `$HOME/.hyakvnc`) # - HYAKVNC_REPO_DIR: Local directory to store git repository (default: `$HYAKVNC_DIR/hyakvnc`)