hexo/source/_posts/2018-05-04-linux-SS.md

27 lines
502 B
Markdown
Raw Normal View History

2023-10-03 11:14:36 +08:00
---
abbrlink: 317afbc8
categories: 分享
date: '2018-05-04 23:28:00'
excerpt: ...
published: true
tags:
- wget
- shadowsocks
title: linux下一键搭建SS
updated: '2023-6-12T10:13:20.738+8:0'
---
2024-05-09 16:35:20 +08:00
2023-10-03 11:14:36 +08:00
事实上Ubuntu centos都可以使用此命令行
```bash
wget --no-check-certificate https://raw.githubusercontent.com/teddysun/shadowsocks_install/master/shadowsocks.sh
```
```bash
chmod +x shadowsocks.sh
```
```bash
./shadowsocks.sh 2>&1 | tee shadowsocks.log
```