Skip to content

Instantly share code, notes, and snippets.

@Sclafus
Sclafus / n8n-install-pi.sh
Last active March 12, 2024 04:56
Install n8n on raspberry pi (natively)
#!/bin/bash
# updating system
sudo apt update
sudo apt upgrade -y
# installing build tools and python
sudo apt install build-essential python
# installing nodejs