This commit is contained in:
Newnius 2018-07-04 17:30:01 +08:00
parent a3af228a75
commit 25bc4d5b92
3 changed files with 11 additions and 3 deletions

View File

@ -1,4 +1,9 @@
#! /bin/bash #! /bin/bash
# https://www.youtube.com/watch?v=eUnfVG7Zst0 # https://www.youtube.com/watch?v=eUnfVG7Zst0
sudo apt install broadcom-sta-dkms
sudo apt install -y linux-headers-4.9.0-6
sudo apt install -y broadcom-sta-dkms
sudo moprobe wl

View File

@ -9,6 +9,9 @@ cd ~ && wget -O - "https://www.dropbox.com/download?plat=lnx.x86_64" | tar xzf -
## GUI ## GUI
[link](https://www.dropbox.com/install-linux) [link](https://www.dropbox.com/install-linux)
```bash
cd ~ && wget -O - "https://www.dropbox.com/download?dl=packages/ubuntu/dropbox_2015.10.28_amd64.deb" | sudo dpkg -i && sudo apt -f install
```
``` ```
sudo apt install -y python-gpgme sudo apt install -y python-gpgme

View File

@ -3,7 +3,7 @@
name = username name = username
[core] [core]
autocrlf = input autocrlf = input
[http] [http "https://github.com"]
proxy = socks5://127.0.0.1:1080 proxy = socks5://127.0.0.1:1080
[https] [https "https://github.com"]
proxy = socks5://127.0.0.1:1080 proxy = socks5://127.0.0.1:1080