Skip to content

Commit

Permalink
fix: fix Dockutil istall
Browse files Browse the repository at this point in the history
  • Loading branch information
samueldosramos committed Jul 17, 2023
1 parent d366e05 commit 0b154a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/dock.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ source ./scripts/utils.sh
echo_info "Setting Dock..."

# Install dockutil
brew install dockutil
# brew install dockutil
# Temporary fix:
brew install hpedrorodrigues/tools/dockutil

# Dock settings
dockutil --no-restart --remove all
Expand Down

0 comments on commit 0b154a8

Please sign in to comment.