We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eeeb2e commit fc99d70Copy full SHA for fc99d70
monitor/setup.sh
@@ -4,8 +4,8 @@ set -e
4
5
if [ "$RUNNER_OS" = "macOS" ]; then
6
7
+ echo "runner ALL=(ALL) NOPASSWD: ALL" | sudo tee -a /etc/sudoers
8
sudo sysadminctl -addUser mitmproxyuser -admin
- # echo "mitmproxyuser ALL=(ALL) NOPASSWD: ALL" | sudo tee -a /etc/sudoers
9
10
# install requests for mitm plugin
11
pip3 install mitmproxy requests
0 commit comments