1
0
mirror of https://github.com/flant/ovpn-admin.git synced 2024-12-12 08:44:07 +02:00
ovpn-admin/install-deps.sh

13 lines
270 B
Bash
Raw Normal View History

2021-10-05 17:09:29 +02:00
#!/usr/bin/env bash
apt-get update
apt-get install -y curl
apt-get install -y libc6 libc6-dev libc6-dev-i386
2022-01-10 00:56:10 +02:00
curl -sL https://deb.nodesource.com/setup_16.x | bash -
apt-get install -y nodejs
2021-10-05 17:09:29 +02:00
PATH=$PATH:~/go/bin
2021-11-29 11:57:45 +02:00
go install github.com/gobuffalo/packr/v2/packr2@latest