Closed Sinistral2099 closed 4 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.
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.