1
0
mirror of https://github.com/flant/ovpn-admin.git synced 2025-02-10 18:31:03 +02:00
ovpn-admin/install-deps.sh

13 lines
270 B
Bash
Raw Normal View History

2021-10-05 18:09:29 +03:00
#!/usr/bin/env bash
apt-get update
apt-get install -y curl
apt-get install -y libc6 libc6-dev libc6-dev-i386
2021-10-15 08:05:30 +03:00
curl -sL https://deb.nodesource.com/setup_14.x | bash -
apt-get install -y nodejs
2021-10-05 18:09:29 +03:00
PATH=$PATH:~/go/bin
2021-11-29 12:57:45 +03:00
go install github.com/gobuffalo/packr/v2/packr2@latest