Skip to content

Commit f179fed

Browse files
committed
Merge branch 'add_s3fs' into 'master'
envoy install fix and s3fs install See merge request postgres-ai/database-lab!310
2 parents ab29664 + 3497904 commit f179fed

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

packer/envoy.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[Unit]
22
Description=Envoy
33
[Service]
4-
ExecStart=/usr/bin/envoy -c /etc/envoy/envoy.yaml
4+
ExecStart=func-e run -c /etc/envoy/envoy.yaml
55
Restart=always
66
RestartSec=5
77
KillMode=mixed

packer/install-prereqs.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ sudo snap install certbot --classic
2828
sudo ln -s /snap/bin/certbot /usr/bin/certbot
2929

3030
#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
3432

33+
34+
#install s3fs
35+
sudo apt install s3fs

0 commit comments

Comments
 (0)