mirror of
https://github.com/zardus/ctf-tools
synced 2024-11-10 08:24:12 +00:00
removed -x from bash shebang in wcc install script
This commit is contained in:
parent
e61b60edeb
commit
0771bf31c2
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash -ex
|
||||
#!/bin/bash -e
|
||||
|
||||
git clone --depth 1 https://github.com/endrazine/wcc
|
||||
pushd wcc
|
||||
|
|
Loading…
Reference in a new issue