Skip to content

Commit

Permalink
Fix installer links
Browse files Browse the repository at this point in the history
This is probably also why install install from EmudDeck is not working.
  • Loading branch information
gabrieljones authored Dec 2, 2022
1 parent 6244cbc commit 4a96f4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ If you've never set the password on your Deck, use `passwd` instruction and set

When deck user has a password set, execute command:

bash <(curl -sL https://github.com/kmicki/SteamDeckGyroDSU/raw/master/pkg/update.sh)
bash <(curl -sL https://raw.githubusercontent.com/kmicki/SteamDeckGyroDSU/master/pkg/update.sh)

Above command will download the binary package and install it. It can be also used to update to the newest version at any time.

Expand All @@ -27,7 +27,7 @@ To uninstall:

Uninstall command for version 1.12 or lower:

bash <(curl -sL https://github.com/kmicki/SteamDeckGyroDSU/raw/master/pkg/uninstall.sh)
bash <(curl -sL https://raw.githubusercontent.com/kmicki/SteamDeckGyroDSU/master/pkg/uninstall.sh)

## Usage

Expand Down

0 comments on commit 4a96f4b

Please sign in to comment.