mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-20 01:51:54 +03:00
7 lines
107 B
Bash
7 lines
107 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
DEBIAN_FRONTEND=noninteractive
|
||
|
|
||
|
sudo apt-get update
|
||
|
sudo apt-get install -y postgresql-client
|