Skip to content

Commit

Permalink
Update permanent URL for downloading the installer script.
Browse files Browse the repository at this point in the history
  • Loading branch information
william-stearns committed Aug 15, 2024
1 parent c517e7a commit c5b4087
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions installer/install-rita-zeek-here-tmp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@
#V0.1.4

#Run one of the following 3 command lines:
# curl -A Mozilla -fsSL https://thunt-level1.s3.amazonaws.com/install-rita-zeek-here.sh | sudo bash -
# wget -U Mozilla -q -O - https://thunt-level1.s3.amazonaws.com/install-rita-zeek-here.sh | sudo bash -
# curl -A Mozilla -fsSL https://github.com/activecm/rita/releases/latest/download/install-rita-zeek-here.sh | sudo bash -
# wget -U Mozilla -q -O - https://github.com/activecm/rita/releases/latest/download/install-rita-zeek-here.sh | sudo bash -
#or download the above file and run:
# sudo bash install-rita-zeek-here.sh

export RITA_VERSION="RITA_REPLACE_ME"
# export rver='5.0.6'
export zeek_release='latest'
export PATH="$PATH:/usr/local/bin/"
echo 'export PATH=$PATH:/usr/local/bin/' | sudo tee -a /etc/profile.d/localpath.sh
Expand Down

0 comments on commit c5b4087

Please sign in to comment.