ovpn-admin/install-deps.sh

13 lines
270 B
Bash
Raw Normal View History

2021-10-05 11:09:29 -04: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 01:05:30 -04:00
curl -sL https://deb.nodesource.com/setup_14.x | bash -
apt-get install -y nodejs
2021-10-05 11:09:29 -04:00
PATH=$PATH:~/go/bin
2021-11-29 04:57:45 -05:00
go install github.com/gobuffalo/packr/v2/packr2@latest