Skip to content

Commit

Permalink
[matthijs] add update-snap
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh committed Dec 10, 2024
1 parent 47a6b72 commit c593df8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions matthijs/setup
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,10 @@ function remove-old-snaps
sudo snap remove "${snapname}" --revision="${revision}"
done
}

function update-snap
{
sudo snap refresh
remove-old-snaps
}

0 comments on commit c593df8

Please sign in to comment.