Skip to content

Conversation

@omauriciofala
Copy link
Contributor

Corrige a instrução de instalação do LinuxToys.

Esta forma não funciona:

curl -sSL https://raw.githubusercontent.com/psygreg/linuxtoys/master/install.sh | echo y | sh

Essa forma não funciona porque o echo y não é encaminhado para o stdin do sh.

Agora ficou assim, em uma única linha funcional apenas com sh:

yes | sh -c "$(curl -fsSL https://raw.githubusercontent.com/psygreg/linuxtoys/master/install.sh)"

@psygreg
Copy link
Owner

psygreg commented Sep 5, 2025

Valeu, vou colocar lá no site também.

@psygreg psygreg merged commit 3ef6b99 into psygreg:master Sep 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants