Skip to content

Commit

Permalink
Update github URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
fewtarius committed Jul 6, 2024
1 parent 3c760fa commit 295c6b6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Powercontrol fork modified to present fan controls only. Intended for use with
# Quick Install

```
curl -L https://github.com/fewtarius/FanControl/raw/main/install.sh | sh
curl -L https://github.com/SteamFork/FanControl/raw/main/install.sh | sh
```

# Attribution
Expand Down
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ sudo rm -rf $HOME/homebrew/plugins/FanControl

echo "installing FanControl plugin for TDP control"

FINAL_URL='https://api.github.com/repos/fewtarius/FanControl/releases/latest'
FINAL_URL='https://api.github.com/repos/SteamFork/FanControl/releases/latest'
if [ $VERSION != "LATEST" ] ; then
FINAL_URL="https://api.github.com/repos/fewtarius/FanControl/releases/tags/${VERSION}"
FINAL_URL="https://api.github.com/repos/SteamFork/FanControl/releases/tags/${VERSION}"
fi

echo $FINAL_URL
Expand Down
2 changes: 1 addition & 1 deletion py_modules/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
except Exception as e:
logging.error(f"设备信息配置异常|{e}")

API_URL = "https://api.github.com/repos/fewtarius/FanControl/releases/latest"
API_URL = "https://api.github.com/repos/SteamFork/FanControl/releases/latest"

CONFIG_KEY = "FanControl"

Expand Down

0 comments on commit 295c6b6

Please sign in to comment.