Skip to content

Instantly share code, notes, and snippets.

View semhoun's full-sized avatar
💭
2b || !2b

Nathanaël Semhoun semhoun

💭
2b || !2b
View GitHub Profile
#!/bin/bash
source /venv/main/bin/activate
COMFYUI_DIR=${WORKSPACE}/ComfyUI
# Packages are installed after nodes so we can fix them...
APT_PACKAGES=(
#"package-1"
#"package-2"
@semhoun
semhoun / install.sh
Last active September 22, 2025 20:48
Pirate Audio / Raspberry Pi 0 W : Full installation
#######################
### ==> Global params
#######################
PRETTY_NAME="Pirate Audio Pi"
SPOTIFY_USER=""
SPOTIFY_PASS=""
HOSTNAME="`echo "$PRETTY_NAME" | awk '{print tolower($0)}' | sed 's/ /-/g'`"
#######################
### ==> Raspberry config