c4k-jitsi/infrastructure/excalidraw-backend/image/resources/install.sh

17 lines
250 B
Bash
Raw Normal View History

2023-10-19 20:43:54 +00:00
#!/bin/bash
set -exo pipefail
2023-10-19 20:43:54 +00:00
2023-12-07 20:17:47 +00:00
function main() {
{
2023-12-21 20:23:40 +00:00
upgradeSystem
2023-12-07 20:17:47 +00:00
} > /dev/null
cleanupDocker
}
2023-12-21 20:23:40 +00:00
source ./install_functions_debian.sh
DEBIAN_FRONTEND=noninteractive DEBCONF_NOWARNINGS=yes main
2023-10-19 20:43:54 +00:00
npm ci --omit=dev
2023-10-19 20:43:54 +00:00
npm run build