This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
xailab
/
install
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
更新 'script/frp_centos_x86_install.sh'
master
xailab
1 year ago
parent
6552256bf8
commit
f99c045945
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
script/frp_centos_x86_install.sh
+ 3
- 0
script/frp_centos_x86_install.sh
View File
@ -1,6 +1,9 @@
#!/bin/bash
yum install -y wget
# download frp
rm -rf frp.tar.gz
rm -rf /home/frp
wget http://base.codestudios.cn:3000/xailab/install/raw/branch/master/software/frp.tar.gz
tar -xzvf frp.tar.gz
Write
Preview
Loading…
Cancel
Save