Update Thu Oct 8 03:20:36 PM CDT 2020
This commit is contained in:
parent
95fa6468df
commit
a9027b5794
|
@ -193,7 +193,7 @@ fix_missing () {
|
|||
echo -e "\n $greenplus apt updated "
|
||||
|
||||
#just force build-essential here and be done with it
|
||||
eval apt -y install build-essential $silent
|
||||
eval apt -y install dkms build-essential $silent
|
||||
python-pip-curl
|
||||
python3_pip $force
|
||||
fix_golang $force
|
||||
|
@ -463,7 +463,7 @@ fix_impacket_array () {
|
|||
done
|
||||
}
|
||||
|
||||
fix_impacket () {
|
||||
fix_impacket () {
|
||||
finduser=$(logname)
|
||||
# 2020.3 - package: impacket no longer exists in repo will throw error
|
||||
eval apt -y remove impacket $silent ## do not remove : python3-impacket impacket-scripts
|
||||
|
|
Loading…
Reference in New Issue