Update Fri Oct 2 07:44:22 AM CDT 2020
This commit is contained in:
parent
6f8b04545b
commit
4aeed2fa2e
|
|
@ -1,10 +1,15 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
#
|
||||||
# pimpmykali.sh
|
# pimpmykali.sh - now with pimpmyupgrade!
|
||||||
# Author: Dewalt
|
# Author: Dewalt
|
||||||
#
|
#
|
||||||
# Usage: sudo ./pimpmykali.sh ( defaults to the menu system ) command line arguements are valid, only catching 1 arguement
|
# Usage: sudo ./pimpmykali.sh ( defaults to the menu system ) command line arguements are valid, only catching 1 arguement
|
||||||
#
|
#
|
||||||
|
# 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
|
||||||
|
#
|
||||||
# Revision 0.4b : minor updates
|
# Revision 0.4b : minor updates
|
||||||
# - reworked fix_section wasnt happy with how the boolean was working out, works much better
|
# - 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
|
# - added slient 'mode' variable, uncomment silent= line to turn output on and off from apt etc
|
||||||
|
|
@ -77,7 +82,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
# revision var
|
# revision var
|
||||||
revision="0.4b"
|
revision="0.5"
|
||||||
|
|
||||||
# unicorn puke:
|
# unicorn puke:
|
||||||
red=$'\e[1;31m'
|
red=$'\e[1;31m'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue