Skip to content

Commit 49f589b

Browse files
authored
Merge pull request #663 from algorandfoundation/fix/update-cask-permission
fix: update the brew cask to not require sudo on install
2 parents cc34f00 + a82f74b commit 49f589b

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)