Skip to content

robzolkos/pi-zstack

Repository files navigation

pi-zstack

My personal Pi stack.

pi-zstack can be installed as a Pi package, or bootstrapped from GitHub with a curl-to-bash installer.

The preferred install method is the bash installer below. It installs each package directly with pi install, which lets Pi keep those packages updated normally.

Preferred: install from GitHub

curl -fsSL -H "Accept: application/vnd.github.raw" https://api.github.com/repos/robzolkos/pi-zstack/contents/install.sh?ref=main | bash

Safer inspect-first version:

curl -fsSL -H "Accept: application/vnd.github.raw" https://api.github.com/repos/robzolkos/pi-zstack/contents/install.sh?ref=main -o /tmp/pi-zstack-install.sh
less /tmp/pi-zstack-install.sh
bash /tmp/pi-zstack-install.sh

The installer reads packages.txt, so updating the stack is just adding/removing lines there.

Alternative: install as a Pi package

pi install npm:pi-zstack

This installs pi-zstack as a meta package. Prefer the bash installer if you want Pi to manage and update each package individually.

Package list

See packages.txt.

Current packages:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors