π¦
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
| sudo wget https://nodejs.org/dist/v14.17.5/node-v14.17.5-linux-armv7l.tar.xz | |
| sudo tar -xJvf node-v14.17.5-linux-armv7l.tar.xz -C /usr/local/lib | |
| sudo echo "export PATH=/usr/local/lib/node-v14.17.5-linux-armv7l/bin:$PATH" >> ~/.profile | |
| . ~/.profile |
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
| // Variables used by Scriptable. | |
| // These must be at the very top of the file. Do not edit. | |
| // icon-color: cyan; icon-glyph: magic; | |
| //μλ² μνλ³ μμν | |
| const ColorTable = { | |
| "Running": [ //μλ μ€(μ€λ₯ 0κ°) | |
| new Color("#0BA2C6"), |