1
0
mirror of https://github.com/flant/ovpn-admin.git synced 2024-11-30 08:16:46 +02:00
ovpn-admin/install-deps-arm.sh

13 lines
299 B
Bash
Raw Permalink Normal View History

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