faas/setup.sh

12 lines
151 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
2023-07-18 13:40:02 +00:00
rm -rf faasd
2022-07-16 19:56:35 +00:00
git clone https://github.com/openfaas/faasd
cd faasd
./hack/install.sh