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