Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
SumanSynth authored Aug 26, 2024
1 parent 806f51e commit 2e60af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ -d "/opt/sentinel-agent" ]; then
exit 1
fi

wget https://github.com/SumanSynth/sentinel-agent-setup/releases/download/v1.0.0/sentinel-agent-linux-amd64
wget https://github.com/SumanSynth/sentinel-agent-setup/releases/download/v1.0.1/sentinel-agent-linux-amd64

sudo mkdir /opt/sentinel-agent
sudo mv sentinel-agent-linux-amd64 /opt/sentinel-agent/
Expand Down

0 comments on commit 2e60af1

Please sign in to comment.