mirror of
https://github.com/Jguer/yay.git
synced 2025-10-07 00:14:22 -04:00
* add --quiet to systemd-run this will avoid the `Press ^] three times within 1s to disconnect TTY.` message. it's mentioned in the systemd-run man page too: ``` --quiet, -q Suppresses additional informational output while running. This is particularly useful in combination with --pty when it will suppress the initial message explaining how to terminate the TTY connection. ``` * add --quiet to the tests * add --quiet to TestABSPKGBUILDRepoExistsPerms too