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/bash | |
| SP_DEST="org.mpris.MediaPlayer2.spotify" | |
| SP_PATH="/org/mpris/MediaPlayer2" | |
| SP_MEMB="org.mpris.MediaPlayer2.Player" | |
| LyricsAPI="http://makeitpersonal.co/lyrics/" | |
| SPOTIFY_METADATA="$(dbus-send \ | |
| --print-reply `# We need the reply.` \ |
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
| { | |
| "framework-arduinoadafruitnrf52": [ | |
| { | |
| "sha1": "e6339357703449b588c2d1872241ffb2c810955f", | |
| "system": "*", | |
| "url": "http://dl.platformio.org/packages/framework-arduinoadafruitnrf52-1.1001.190508.tar.gz", | |
| "version": "~1.0.0" | |
| } | |
| ] | |
| } |
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/bash | |
| # | |
| # build kernel modules | |
| # | |
| wget https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.9.170.tar.gz | |
| tar xzf linux-4.9.170.tar.gz | |
| cd linux-4.9.170 | |
| wget -O .config https://raw.githubusercontent.com/knulli-cfw/distribution/knulli-main/board/batocera/allwinner/h700/rg35xx-plus/linux-sunxi64-legacy.config |
OlderNewer