faas/setup.sh

12 lines
151 B
Bash
Executable File

#!/bin/sh -x
set -e
apt update
apt upgrade -y
apt install -y git
rm -rf faasd
git clone https://github.com/openfaas/faasd
cd faasd
./hack/install.sh