Skip to content

Commit

Permalink
Update one line installer
Browse files Browse the repository at this point in the history
  • Loading branch information
caffeinatedpixel committed Jul 29, 2024
1 parent 7ce4684 commit 0ce0c79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions installer/install-rita-zeek-here-tmp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ $Sudo mkdir -p /usr/local/bin/

echo "==== Installing rita $RITA_VERSION ====" >&2
cd
wget https://github.com/activecm/rita/releases/download/v${RITA_VERSION}/rita-v${RITA_VERSION}.tar.gz
tar -xzvf rita-v${RITA_VERSION}.tar.gz
cd rita-v${RITA_VERSION}-installer
wget https://github.com/activecm/rita/releases/download/${RITA_VERSION}/rita-${RITA_VERSION}.tar.gz
tar -xzvf rita-${RITA_VERSION}.tar.gz
cd rita-${RITA_VERSION}-installer
./install_rita.sh localhost </dev/stderr
rita help </dev/stderr

Expand Down

0 comments on commit 0ce0c79

Please sign in to comment.