You've already forked hackingtool
mirror of
https://github.com/Z4nzu/hackingtool.git
synced 2025-06-20 06:15:54 +02:00
sudo ./install.sh 1
This commit is contained in:
8
.github/workflows/test_install.yml
vendored
8
.github/workflows/test_install.yml
vendored
@ -15,6 +15,8 @@ jobs:
|
||||
cache: 'pip'
|
||||
- run: pip install --upgrade pip
|
||||
- run: pwd && ls -hal
|
||||
- env:
|
||||
TERM: "linux"
|
||||
run: echo -e "\n1\n1\n1\n" | sudo ./install.sh
|
||||
# How can we pipe in responses to `read` prompts?
|
||||
#- env:
|
||||
# TERM: "linux"
|
||||
# run: echo -e "\n1\n1\n1\n" | sudo ./install.sh
|
||||
- run: sudo ./install.sh 1
|
||||
|
Reference in New Issue
Block a user