Skip to content

Commit

Permalink
Update asl.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticalMike60t committed Jan 31, 2025
1 parent 63f706a commit d5d583a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions asl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ update_script_from_github() {

# Use curl to download the latest version from GitHub
curl -fsSL "$GITHUB_RAW_URL" -o "$LOCAL_SCRIPT_PATH"

sudo rm -rf /usr/local/bin/asl
sudo ln -s /usr/local/bin/asl.sh /usr/local/bin/asl

if [ $? -eq 0 ]; then
log "Script updated successfully from GitHub."
Expand Down

0 comments on commit d5d583a

Please sign in to comment.