Skip to content

Commit a82f74b

Browse files
committed
fix: update the brew cask to not require sudo on install
1 parent cc34f00 commit a82f74b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

scripts/update-brew-cask.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,6 @@ cask "$package_name" do
103103
homepage "$homepage"
104104
105105
binary "#{staged_path}/#{token}"
106-
107-
postflight do
108-
set_permissions "#{staged_path}/#{token}", "0755"
109-
end
110-
111-
uninstall delete: "/usr/local/bin/#{token}"
112106
end
113107
EOF
114108

0 commit comments

Comments
 (0)