π§π·
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
| #!/usr/bin/env bash | |
| set -euo pipefail | |
| export DEBIAN_FRONTEND=noninteractive | |
| echo "==> 1/4. Instalando XFCE, xRDP, PipeWire y Node.js..." | |
| sudo sed -i 's|http://us-east-1.ec2.archive.ubuntu.com/ubuntu|http://archive.ubuntu.com/ubuntu|g' /etc/apt/sources.list.d/ubuntu.sources | |
| sudo apt update -qq | |
| sudo apt install -y \ | |
| xfce4 xfce4-goodies ffmpeg libavcodec-extra dbus-x11 xrdp xorgxrdp xclip vlc \ |
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
| // COPY&PASTE code starts here | |
| const happyEmoticons = [ | |
| 'π', 'π', 'π', 'π€£', 'π', 'π', 'π ', 'π', | |
| 'π', 'π', 'π', 'π', 'π', 'π', 'π', 'π', | |
| 'π', 'π', 'π€', 'π€©', 'π', 'π', 'π', 'π', | |
| 'π', 'π€€', 'π€', 'π²', 'π³', 'π€ͺ', 'π₯³', 'π', | |
| ] | |
| const happyEmoticonsLength = happyEmoticons.length | |
| const socketMatchDevelopers = new Map() | |
| const socketMatchFlag = new Map() |