This file contains 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
Puts on glasses: | |
(•_•) | |
( •_•)>⌐■-■ | |
(⌐■_■) | |
Takes off glasses ("mother of god..."): | |
(⌐■_■) | |
( •_•)>⌐■-■ |
This file contains 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
FROM ubuntu:22.04 | |
RUN apt update | |
RUN apt install \ | |
libncurses5 \ | |
libstdc++5 \ | |
libmotif-dev \ | |
xfonts-75dpi \ | |
xfonts-100dpi \ | |
libxi6 \ | |
libxrandr2 -y |
This file contains 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
/* | |
TO RUN: | |
Install nodeJS: https://nodejs.org/en/download | |
then run: | |
node chromium-updater.js | |
*/ | |
const readline = require('readline'); | |
// Set to true for ASi builds |