Skip to content

Instantly share code, notes, and snippets.

View Sclafus's full-sized avatar
🤓

Alessandro Sclafani Sclafus

🤓
  • EIB
  • Luxembourg
  • 12:40 (UTC +02:00)
View GitHub Profile
@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