Skip to content

Commit

Permalink
Merge pull request #222 from cassidyjames/patch-1
Browse files Browse the repository at this point in the history
README: Update GitHub repo links
  • Loading branch information
erpalma authored Oct 16, 2020
2 parents 8612aa1 + fec76b4 commit 7ff78ce
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ sudo rc-service lenovo_fix start
### Debian/Ubuntu
```
sudo apt install git build-essential python3-dev libdbus-glib-1-dev libgirepository1.0-dev libcairo2-dev python3-venv python3-wheel
git clone https://github.com/erpalma/lenovo-throttling-fix.git
sudo ./lenovo-throttling-fix/install.sh
git clone https://github.com/erpalma/throttled.git
sudo ./throttled/install.sh
```
If you own a X1C6 you can also check a tutorial for Ubuntu 18.04 [here](https://mensfeld.pl/2018/05/lenovo-thinkpad-x1-carbon-6th-gen-2018-ubuntu-18-04-tweaks/).

Expand All @@ -99,17 +99,17 @@ sudo systemctl enable --now throttled
If you prefer to install from source, you can use the following commands.
```
sudo dnf install python3-cairo-devel cairo-gobject-devel gobject-introspection-devel dbus-glib-devel python3-devel make libX11-devel
git clone https://github.com/erpalma/lenovo-throttling-fix.git
sudo ./lenovo-throttling-fix/install.sh
git clone https://github.com/erpalma/throttled.git
sudo ./throttled/install.sh
```
Feedback about Fedora installation is welcome.

### openSUSE
User *brycecordill* reported that the following dependencies are required for installing in openSUSE, tested on openSUSE 15.0 Leap.
```
sudo zypper install gcc make python3-devel dbus-1-glib-devel python3-cairo-devel cairo-devel python3-gobject-cairo gobject-introspection-devel
git clone https://github.com/erpalma/lenovo-throttling-fix.git
sudo ./lenovo-throttling-fix/install.sh
git clone https://github.com/erpalma/throttled.git
sudo ./throttled/install.sh
```

### Gentoo
Expand All @@ -125,8 +125,8 @@ systemctl start throttled.service
```
sudo eopkg it -c system.devel
sudo eopkg it git python3-devel dbus-glib-devel python3-cairo-devel libcairo-devel python3-gobject-devel
git clone https://github.com/erpalma/lenovo-throttling-fix.git
sudo ./lenovo-throttling-fix/install.sh
git clone https://github.com/erpalma/throttled.git
sudo ./throttled/install.sh
```

### Void
Expand All @@ -136,9 +136,9 @@ The installation itself will create a runit service as lenovo_fix, enable it and
```
sudo xbps-install -Sy gcc git python3-devel dbus-glib-devel libgirepository-devel cairo-devel python3-wheel pkg-config make
git clone https://github.com/erpalma/lenovo-throttling-fix.git
git clone https://github.com/erpalma/throttled.git
sudo ./lenovo-throttling-fix/install.sh
sudo ./throttled/install.sh
```

### Uninstall
Expand Down Expand Up @@ -171,7 +171,7 @@ On Arch you should probably use `pacman -R lenovo-throttling-fix-git` instead.
### Update
If you update the tool you should manually check your config file for changes or additional features and modify it accordingly. The update process is then as simple as:
```
cd lenovo-throttling-fix
cd throttled
git pull
sudo ./install.sh
sudo systemctl restart lenovo_fix.service
Expand Down

0 comments on commit 7ff78ce

Please sign in to comment.