11 lines
399 B
Bash
11 lines
399 B
Bash
mkdir /usr/local/frp
|
|
sudo mv ./frpc /usr/local/frp/
|
|
sudo mv ./frpc.toml /usr/local/frp/
|
|
sudo mv ./frpc.service /etc/systemd/system/
|
|
sudo systemctl daemon-reload
|
|
sudo systemctl enable frpc.service
|
|
|
|
wget https://github.com/fatedier/frp/releases/download/v0.67.0/frp_0.67.0_linux_amd64.tar.gz
|
|
|
|
tar -zxvf frp_0.67.0_linux_amd64.tar.gz
|
|
git clone -b 16.0 --depth=1 https://github.com/odoo/odoo.git odoo16 |