Drugoy
Drugoy
More confusion is brought by using the same words: ```zellij --help zellij 0.29.1 USAGE: zellij [OPTIONS] [SUBCOMMAND] OPTIONS: -c, --config Change where zellij looks for the configuration file [env: ZELLIJ_CONFIG_FILE=]...
So `OPTIONS` is `OPTIONS`, but `options` is a `SUBCOMMAND`. Now try to read that sentence out loud to someone else and ask them if that made sense to them. :face_with_spiral_eyes:
You didn't get me: the currently chosen wording is confusing, it needs to be changed. Even though I had already understood which is what and I am currently not confused...
Sorry to hijack an issue with a bit of off-topic, but @doitsujin is there a way to make use of Proton without steam and/or lutris?
There's only 1 difference: you get more recent versions of packages if you do **not** use keymetrics/pm2 docker images.
Please, consider at least just having more than 1 registry used for official images due to docker pushing logic about how it treats it's own registries to the docker code...
@moollaza sure. ddg: wikipedia:
@moollaza thank you. But why do you say it's impossible? Do you think those sites will blacklist your server for making too many queries per second?
@Aufschlauer I don't see how that is possible. What version of docker did you use? What's the sha256 of your build images for steps 1 and 2?
@Aufschlauer Since `docker-build.sh` is broken, the steps to build are: ``` git clone --recurse-submodules https://github.com/ungoogled-software/ungoogled-chromium-portablelinux.git cd ungoogled-chromium-portablelinux git checkout --recurse-submodules tags/98.0.4758.80-1.1 git submodule update --init --recursive mkdir -p build cd...