Update pimpmykali.sh
This commit is contained in:
parent
d98939fa0a
commit
cf671855ce
|
@ -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/
|
cd /opt/
|
||||||
chown -R root:root impacket-0.9.19
|
chown -R root:root impacket-0.9.19
|
||||||
chmod 755 impacket-0.9.19
|
chmod -R 755 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