Skip to content

Instantly share code, notes, and snippets.

View Sclafus's full-sized avatar
🤓

Alessandro Sclafani Sclafus

🤓
View GitHub Profile
@Sclafus
Sclafus / n8n-install-pi.sh
Last active August 10, 2025 16:13
Install n8n on raspberry pi (natively)
#!/bin/bash
# updating repositories
sudo apt update
# installing build tools and python
sudo apt install build-essential python
# installing nodejs
curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash -