|
|
|
@ -4,7 +4,13 @@ cd ~
|
|
|
|
|
|
|
|
|
|
|
|
# Install the required packages
|
|
|
|
# Install the required packages
|
|
|
|
sudo apt update -y
|
|
|
|
sudo apt update -y
|
|
|
|
sudo apt install -y git curl wget nodejs npm
|
|
|
|
sudo apt install -y git curl wget
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Install Node.js
|
|
|
|
|
|
|
|
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
|
|
|
|
|
|
|
|
source ~/.bashrc
|
|
|
|
|
|
|
|
nvm install 22.12.0
|
|
|
|
|
|
|
|
nvm use 22.12.0
|
|
|
|
|
|
|
|
|
|
|
|
git clone https://git.bpfilip.dk/fbp/remote-relay.git
|
|
|
|
git clone https://git.bpfilip.dk/fbp/remote-relay.git
|
|
|
|
|
|
|
|
|
|
|
|
|