-
-
Save steegi/4431996 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#bin/sh | |
sudo su | |
cd /usr/share/lirc/remotes/ | |
# Make sure to include the trailing slash for the wget command as otherwise you'll be pulling all remotes | |
wget -r --no-parent -nH -R "index.html*" --cut-dir=1 http://lirc.sourceforge.net/remotes/pioneer/ | |
wget -r --no-parent -nH -R "index.html*" --cut-dir=1 http://lirc.sourceforge.net/remotes/panasonic/ | |
wget -r --no-parent -nH -R "index.html*" --cut-dir=1 http://lirc.sourceforge.net/remotes/lexicon/ | |
wget -r --no-parent -nH -R "index.html*" --cut-dir=1 http://lirc.sourceforge.net/remotes/microsoft/ | |
wget -r --no-parent -nH -R "index.html*" --cut-dir=1 http://lirc.sourceforge.net/remotes/mitsubishi/ | |
wget -r --no-parent -nH -R "index.html*" --cut-dir=1 http://lirc.sourceforge.net/remotes/motorola/ | |
# Don't forget to include the remote's configuration to /etc/lirc/lircd.conf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment