mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-22 16:39:40 +00:00
echo -e "\n1\n1\n1\n" | sudo ./install.sh
This commit is contained in:
parent
f21b8e2047
commit
e6f0e39f77
1 changed files with 2 additions and 3 deletions
5
.github/workflows/test_install.yml
vendored
5
.github/workflows/test_install.yml
vendored
|
|
@ -14,8 +14,7 @@ jobs:
|
|||
python-version: 3.x
|
||||
cache: 'pip'
|
||||
- run: pip install --upgrade pip
|
||||
- run: pwd
|
||||
- run: ls -hal
|
||||
- run: pwd && ls -hal
|
||||
- env:
|
||||
TERM: "linux"
|
||||
run: echo "\n1\n" | sudo ./install.sh
|
||||
run: echo -e "\n1\n1\n1\n" | sudo ./install.sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue