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 March 4, 2025 20:50
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