1
0
Fork 0
mirror of synced 2024-11-16 22:25:33 -05:00
ovpn-admin/install-deps.sh
2021-10-05 18:09:29 +03:00

13 lines
198 B
Bash
Executable file

#!/usr/bin/env bash
apt-get update
apt-get install -y npm nodejs
PATH=$PATH:~/go/bin
go get -u github.com/gobuffalo/packr/v2/packr2
cd frontend && npm install && npm run build && cd ..
packr2