File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
[Unit]
2
2
Description =Envoy
3
3
[Service]
4
- ExecStart =/usr/bin/envoy -c /etc/envoy/envoy.yaml
4
+ ExecStart =func-e run -c /etc/envoy/envoy.yaml
5
5
Restart =always
6
6
RestartSec =5
7
7
KillMode =mixed
Original file line number Diff line number Diff line change @@ -28,7 +28,8 @@ sudo snap install certbot --classic
28
28
sudo ln -s /snap/bin/certbot /usr/bin/certbot
29
29
30
30
# install envoy
31
- curl -sL ' https://getenvoy.io/gpg' | sudo apt-key add -
32
- sudo add-apt-repository " deb [arch=amd64] https://dl.bintray.com/tetrate/getenvoy-deb $( lsb_release -cs) stable"
33
- sudo apt update && sudo apt-get install -y getenvoy-envoy
31
+ curl https://func-e.io/install.sh | sudo bash -s -- -b /usr/local/bin
34
32
33
+
34
+ # install s3fs
35
+ sudo apt install s3fs
You can’t perform that action at this time.
0 commit comments