Commit a185ce7
committed
Fix: missing dependencies for impacket
On apt-get remove python3-impacket the dependencies will not be removed
and picked up on pip install while being removed on the auto remove
later on.
To fix it the auto remove is executed after removing python3-impacket
and before installing pip install.1 parent f3e709d commit a185ce7
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| |||
0 commit comments