Update pimpmykali.sh
This commit is contained in:
parent
247156ce28
commit
d4912231f5
|
@ -182,7 +182,7 @@ fix_impacket () {
|
||||||
tar xfz /tmp/impacket-0.9.19.tar.gz -C /opt
|
tar xfz /tmp/impacket-0.9.19.tar.gz -C /opt
|
||||||
cd /opt/impacket-0.9.19
|
cd /opt/impacket-0.9.19
|
||||||
# appears this is extracting as 503/root not root/root ?
|
# appears this is extracting as 503/root not root/root ?
|
||||||
chown -R root:root impacket-0.9.19/
|
sudo chown -R root:root impacket-0.9.19/
|
||||||
pip install wheel
|
pip install wheel
|
||||||
pip install .
|
pip install .
|
||||||
rm /tmp/impacket-0.9.19.tar.gz
|
rm /tmp/impacket-0.9.19.tar.gz
|
||||||
|
|
Loading…
Reference in New Issue