1
0
Fork 0
mirror of synced 2024-05-26 12:01:15 -04:00
ovpn-admin/install-deps-arm.sh
2022-12-30 17:25:21 +03:00

11 lines
243 B
Bash
Executable file

#!/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
curl -sL https://deb.nodesource.com/setup_16.x | bash -
apt-get install -y nodejs
PATH=$PATH:~/go/bin