Skip to content

Commit

Permalink
Update update.sh
Browse files Browse the repository at this point in the history
version update to v1.0.2
  • Loading branch information
SumanSynth authored Nov 10, 2024
1 parent 493f759 commit c5415b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ arch=$(uname -m)

if [[ "$arch" == "x86_64" ]]; then
echo "AMD architecture detected."
wget /~https://github.com/SumanSynth/sentinel-agent-setup/releases/download/v1.0.1/sentinel-agent-linux-amd64
wget /~https://github.com/SumanSynth/sentinel-agent-setup/releases/download/v1.0.2/sentinel-agent-linux-amd64
elif [[ "$arch" == "arm64" || "$arch" == "aarch64" ]]; then
echo "ARM architecture detected."
wget /~https://github.com/SumanSynth/sentinel-agent-setup/releases/download/v1.0.1/sentinel-agent-linux-arm64
wget /~https://github.com/SumanSynth/sentinel-agent-setup/releases/download/v1.0.2/sentinel-agent-linux-arm64
sudo mv sentinel-agent-linux-arm64 sentinel-agent-linux-amd64
else
echo "Unknown architecture: $arch"
Expand Down

0 comments on commit c5415b4

Please sign in to comment.