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 | |
| apk update | |
| apk upgrade | |
| apk add nano qemu-system-x86_64 qemu-ui-gtk curl openbox xterm xorg-server xf86-input-libinput xinit mesa-dri-gallium mesa-va-gallium | |
| cat >/etc/motd << EOL | |
| Welcome to CatOS!!!!!!!! | |
| There's only 1 rule. | |
| 1. Cats are cool. |
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
| mklink /j "%appdata%\vesktop" "portable\vesktop" | |
| start vesktop.exe |
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
| @echo off | |
| setlocal EnableDelayedExpansion | |
| echo Welcome to Portable Discord Utility | |
| echo by a silly computer cat | |
| :question | |
| if exist "%localappdata%/discord" ( | |
| echo Discord is already installed | |
| echo We can exit, delete it, or attempt to migrate everything |