mirror of
https://github.com/flant/ovpn-admin.git
synced 2025-02-04 18:20:57 +02:00
14 lines
263 B
Bash
Executable File
14 lines
263 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
apt-get update
|
|
apt-get install -y curl
|
|
apt-get install -y libc6 libc6-dev libc6-dev-i386
|
|
|
|
curl -sL https://deb.nodesource.com/setup_14.x | bash -
|
|
apt-get install -y nodejs
|
|
|
|
PATH=$PATH:~/go/bin
|
|
|
|
go get -u github.com/gobuffalo/packr/v2/packr2
|
|
|