meleu / RetroPie-joystick-selection

A script to let the user choose the controllers for RetroArch players 1-4
145 stars 22 forks source link

Installation command cleanup #28

Closed Sinistral2099 closed 4 years ago

Sinistral2099 commented 6 years ago

If you change your installation command to the following, the user won't need to type a second command to remove the file afterward.

wget -O- "https://raw.githubusercontent.com/meleu/RetroPie-joystick-selection/master/install.sh" | sudo bash

It sends the file to stdout which you then pipe to bash.