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

This commit is contained in:
Christian Clauss 2023-07-18 09:57:21 +02:00 committed by GitHub
parent 483fb42740
commit 7646ee3a6f
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" | ./install.sh
run: echo "1\n" | sudo ./install.sh