Skip to content

Commit

Permalink
Update ptrace for non-armbian rpi4
Browse files Browse the repository at this point in the history
  • Loading branch information
mklomp authored Sep 20, 2024
1 parent f5bc565 commit 22085b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install_web.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ deactivate_node

# Install strace for linetrace functionality
sudo apt install -y strace
# For rpi4 non-armbian version we need to give ptrace the right permissions
sudo bash -c 'echo "0" > /proc/sys/kernel/yama/ptrace_scope'

# Install nginx (as reverse proxy to all services)
sudo apt install -y nginx
Expand Down

0 comments on commit 22085b7

Please sign in to comment.