Update Fri Oct 2 07:41:35 AM CDT 2020

This commit is contained in:
Dewalt 2020-10-02 07:41:35 -05:00
parent d58e59b975
commit 6f8b04545b
1 changed files with 8 additions and 0 deletions

View File

@ -12,6 +12,14 @@
- cd pimpmykali
- sudo ./pimpmykali.sh
# Revision 0.5 - pimpmyupgrade added!! Fixes broken apt upgrade
- deb-src is not enabled -- fixed function : fix_sources
- linux-headers-(uname -r) are not installed - fixed
- new functions check_vm, virt_what, run_update are what comprise pimpmyupgrade
- virt_what determines if vm is under virtualbox or vmware
- check_vm checks for virtualbox or vmware and installs proper drivers for each
- run_update runs fix_sources, runs apt upgrade calls virt_what, calls check_vm
# Revision 0.4b : minor updates
- reworked fix_section wasnt happy with how the boolean was working out, works much better
- added slient 'mode' variable, uncomment silent= line to turn output on and off from apt etc