Skip to content

Commit

Permalink
added sone mac fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kmaranionjc committed Sep 21, 2023
1 parent 5810913 commit 7e6b197
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#### Name

Mac - Install Sentinel One Agent | v1.0 JCCG
Mac - Install Sentinel One Agent | v1.0.1 JCCG

#### commandType

Expand Down Expand Up @@ -36,7 +36,13 @@ mkdir /tmp/$TempFolder
cd /tmp/$TempFolder
# Download Sentinel One file
curl -o $filename $DownloadURL
if curl -o "$filename" "$downloadURL"; then
echo "Download successful"
else
# Catch block
echo "Error: Failed to download file"
exit 1
fi
DownloadFile="$(ls)"
Expand Down

0 comments on commit 7e6b197

Please sign in to comment.