faas/setup.sh

11 lines
138 B
Bash
Raw Normal View History

2022-07-16 19:56:35 +00:00
#!/bin/sh -x
set -e
apt update
apt upgrade -y
apt install -y git
git clone https://github.com/openfaas/faasd
cd faasd
./hack/install.sh