You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
401 B
13 lines
401 B
|
|
|
|
```Bash
|
|
kubectl exec -it deployment.apps/jitsi -c web -n jitsi -- bash
|
|
```
|
|
|
|
```
|
|
apt update
|
|
apt install -y curl
|
|
curl -o /usr/share/jitsi-meet/images/watermark.svg https://ceph.sapian.cloud/sapian-hackmd-public-bucket/uploads/upload_0f9b234e2f977d36958897fb5ed8e313.svg
|
|
curl -o /usr/share/jitsi-meet/css/all.css https://ceph.sapian.cloud/sapian-hackmd-public-bucket/css/meet.dialbox.cloud/all.css
|
|
```
|