Created
June 16, 2026 05:02
-
-
Save luisadha/7fcfa2dc30ffba9d65188b9212baff7b to your computer and use it in GitHub Desktop.
Extract the application after booting using termux boot
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
| mkdir -p ~/.termux/boot && curl -L -o "$TMPDIR/drawercli-aurora.zip" https://github.com/luisadha/drawercli-aurora/archive/refs/tags/1.0.3.zip && unzip -p "$TMPDIR/drawercli-aurora.zip" 'drawercli-aurora-1.0.3/index.html' > ~/.termux/boot/00-drawercli-aurora-boot.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment