melonvpn-original-cs/install
Captain ALM 6a6de9074c Update build and install scripts.
Use force as an argument with ./install to force a re-installation of simple-vpn (Don't forget to press y and enter when prompted\! )
2021-03-19 16:10:14 +00:00

9 lines
252 B
Bash
Executable File

#!/bin/bash
echo "[info] Preparing to setup dependencies"
./install-dependencies $1
echo "[info] Preparing to build projects from source"
./build
echo "[info] Preparing to install components"
./install-components
echo "[info] Install process finished"