Update Tue Dec 29 06:08:03 AM CST 2020
This commit is contained in:
parent
9a47736548
commit
84d44165c2
|
@ -126,7 +126,7 @@ fix_pipxlrd () {
|
||||||
eval pip install xlrd --upgrade
|
eval pip install xlrd --upgrade
|
||||||
echo -e "\n $greenplus python module : xlrd installed \n"
|
echo -e "\n $greenplus python module : xlrd installed \n"
|
||||||
# pip3 install xlrd --upgrade
|
# pip3 install xlrd --upgrade
|
||||||
}
|
}
|
||||||
|
|
||||||
python-pip-curl () {
|
python-pip-curl () {
|
||||||
check_pip=$(pip --version | grep -i -c "/usr/local/lib/python2.7/dist-packages/pip")
|
check_pip=$(pip --version | grep -i -c "/usr/local/lib/python2.7/dist-packages/pip")
|
||||||
|
@ -150,10 +150,10 @@ python-pip-curl () {
|
||||||
# fix_section $section $check $force
|
# fix_section $section $check $force
|
||||||
|
|
||||||
fix_gedit () {
|
fix_gedit () {
|
||||||
section="gedit"
|
section="gedit"
|
||||||
check=$(whereis gedit | grep -i -c "gedit: /usr/bin/gedit")
|
check=$(whereis gedit | grep -i -c "gedit: /usr/bin/gedit")
|
||||||
fix_section $section $check $force
|
fix_section $section $check $force
|
||||||
}
|
}
|
||||||
|
|
||||||
fix_rockyou () {
|
fix_rockyou () {
|
||||||
cd /usr/share/wordlists
|
cd /usr/share/wordlists
|
||||||
|
@ -197,7 +197,7 @@ fix_flameshot () {
|
||||||
section="flameshot"
|
section="flameshot"
|
||||||
check=$(whereis flameshot | grep -i -c "/usr/bin/flameshot")
|
check=$(whereis flameshot | grep -i -c "/usr/bin/flameshot")
|
||||||
fix_section $section $check $force
|
fix_section $section $check $force
|
||||||
}
|
}
|
||||||
|
|
||||||
fix_golang () {
|
fix_golang () {
|
||||||
section="golang"
|
section="golang"
|
||||||
|
@ -293,7 +293,7 @@ fix_python_requests (){
|
||||||
eval pip install .
|
eval pip install .
|
||||||
echo -e "\n $greenplus installed python2 module : requests"
|
echo -e "\n $greenplus installed python2 module : requests"
|
||||||
echo -e "\n $greenplus installed python2 module : colorama"
|
echo -e "\n $greenplus installed python2 module : colorama"
|
||||||
}
|
}
|
||||||
|
|
||||||
fix_bad_apt_hash (){
|
fix_bad_apt_hash (){
|
||||||
mkdir -p /etc/gcrypt
|
mkdir -p /etc/gcrypt
|
||||||
|
@ -306,7 +306,7 @@ install_atom () {
|
||||||
eval dpkg -i /tmp/atom.deb >/dev/null 2>&1
|
eval dpkg -i /tmp/atom.deb >/dev/null 2>&1
|
||||||
eval rm -f /tmp/atom.deb
|
eval rm -f /tmp/atom.deb
|
||||||
eval apt -y --fix-broken install >/dev/null 2>&1
|
eval apt -y --fix-broken install >/dev/null 2>&1
|
||||||
}
|
}
|
||||||
|
|
||||||
install_sublime () {
|
install_sublime () {
|
||||||
echo -e "\n $greenplus installing sublime text editor"
|
echo -e "\n $greenplus installing sublime text editor"
|
||||||
|
|
Loading…
Reference in New Issue