Skip to content

Commit fc99d70

Browse files
authored
Fix macos-13. Closes #18
1 parent 1eeeb2e commit fc99d70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monitor/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ set -e
44

55
if [ "$RUNNER_OS" = "macOS" ]; then
66

7+
echo "runner ALL=(ALL) NOPASSWD: ALL" | sudo tee -a /etc/sudoers
78
sudo sysadminctl -addUser mitmproxyuser -admin
8-
# echo "mitmproxyuser ALL=(ALL) NOPASSWD: ALL" | sudo tee -a /etc/sudoers
99

1010
# install requests for mitm plugin
1111
pip3 install mitmproxy requests

0 commit comments

Comments
 (0)