mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-24 09:28:43 +00:00
sudo ./install.sh 1
This commit is contained in:
parent
90eb7f2980
commit
78c57596ba
1 changed files with 5 additions and 3 deletions
8
.github/workflows/test_install.yml
vendored
8
.github/workflows/test_install.yml
vendored
|
|
@ -15,6 +15,8 @@ jobs:
|
||||||
cache: 'pip'
|
cache: 'pip'
|
||||||
- run: pip install --upgrade pip
|
- run: pip install --upgrade pip
|
||||||
- run: pwd && ls -hal
|
- run: pwd && ls -hal
|
||||||
- env:
|
# How can we pipe in responses to `read` prompts?
|
||||||
TERM: "linux"
|
#- env:
|
||||||
run: echo -e "\n1\n1\n1\n" | sudo ./install.sh
|
# TERM: "linux"
|
||||||
|
# run: echo -e "\n1\n1\n1\n" | sudo ./install.sh
|
||||||
|
- run: sudo ./install.sh 1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue