echo "\n1\n" | sudo ./install.sh

This commit is contained in:
Christian Clauss 2023-07-18 10:00:29 +02:00 committed by GitHub
parent 7646ee3a6f
commit f21b8e2047
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,4 +18,4 @@ jobs:
- run: ls -hal
- env:
TERM: "linux"
run: echo "1\n" | sudo ./install.sh
run: echo "\n1\n" | sudo ./install.sh