Archived
6 lines
76 B
Bash
6 lines
76 B
Bash
#!/usr/bin/env sh
|
|
set -eu
|
|
|
|
npm install -g @jmfederico/pi-web
|
|
pi-web install
|