You've already forked hackingtool
mirror of
https://github.com/Z4nzu/hackingtool.git
synced 2025-06-20 06:15:54 +02:00
echo -e "\n1\n1\n1\n" | sudo ./install.sh
This commit is contained in:
5
.github/workflows/test_install.yml
vendored
5
.github/workflows/test_install.yml
vendored
@ -14,8 +14,7 @@ jobs:
|
|||||||
python-version: 3.x
|
python-version: 3.x
|
||||||
cache: 'pip'
|
cache: 'pip'
|
||||||
- run: pip install --upgrade pip
|
- run: pip install --upgrade pip
|
||||||
- run: pwd
|
- run: pwd && ls -hal
|
||||||
- run: ls -hal
|
|
||||||
- env:
|
- env:
|
||||||
TERM: "linux"
|
TERM: "linux"
|
||||||
run: echo "\n1\n" | sudo ./install.sh
|
run: echo -e "\n1\n1\n1\n" | sudo ./install.sh
|
||||||
|
Reference in New Issue
Block a user