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
888ef1bfd8
commit
f5f53df12f
1 changed files
with
6 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-2
script/frp_centos_x86_install.sh
+ 6
- 2
script/frp_centos_x86_install.sh
View File
@ -1,8 +1,12 @@
#
#
yum install -y wget
yum install -y wget
# download frp
# download frp
wget
wget http://base.codestudios.cn:3000/xailab/install/raw/branch/master/software/frp.tar.gz
tar -xzvf frp.tar.gz
mv frp /home/frp
mv
Write
Preview
Loading…
Cancel
Save