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 | |
| # Simplified script for downloading and setting up keys and firmware for Citron emulator only | |
| set -e # Exit on any error | |
| # ============================================================================ | |
| # CONFIGURATION | |
| # ============================================================================ | |
| # Citron configuration | |
| CITRON_LINUX_BASE="$HOME/.local/share/citron" |
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
| javascript:(()=>{ | |
| const s=document.createElement('style'); | |
| s.textContent='time[datetime]{display:none!important}'; | |
| document.head.appendChild(s) | |
| } | |
| )(); |
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
| FAQ: | |
| >How do I activate Windows? | |
| github.com/massgravel/Microsoft-Activation-Scripts | |
| HWID2 generates and registers a permanent legitimate license on MS's activation servers | |
| Usage: paste into Powershell, run. | |
| irm https://get.activated.win | iex | |
| >and Office? | |
| Same method, use Ohook | |
| You can also use Office.com if your needs are very minimal | |
| or try OnlyOffice/LibreOffice and set it to save in MSOffice file formats |