Skip to content

Commit

Permalink
style(bash): move update plocate database to last
Browse files Browse the repository at this point in the history
  • Loading branch information
tanducmai committed Dec 28, 2023
1 parent 327aa75 commit e999033
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/upgrade
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ docker images | grep -v REPOSITORY | awk '{print $1}'| xargs -L1 docker pull
log_task "Remove unused docker images ..."
docker-clean

log_task "Update a database for plocate ..."
sudo updatedb

log_task "Update Copilot extension ..."
gh extension upgrade gh-copilot

log_task "Update a database for plocate ..."
sudo updatedb

cowsay You are up to date!

0 comments on commit e999033

Please sign in to comment.