Update Tue Dec 29 06:08:03 AM CST 2020

This commit is contained in:
Dewalt 2020-12-29 06:08:03 -06:00
parent 9a47736548
commit 84d44165c2
1 changed files with 8 additions and 8 deletions

View File

@ -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"