Update Thu Sep 23 12:13:57 AM CDT 2021
This commit is contained in:
parent
dd7762fdf2
commit
f5b24ad980
|
|
@ -16,7 +16,7 @@
|
||||||
- git clone https://github.com/Dewalt-arch/pimpmykali
|
- git clone https://github.com/Dewalt-arch/pimpmykali
|
||||||
- cd pimpmykali
|
- cd pimpmykali
|
||||||
- sudo ./pimpmykali.sh
|
- sudo ./pimpmykali.sh
|
||||||
- For a new kali vm, run menu option N
|
- For a new kali vm, run menu option N
|
||||||
|
|
||||||
# Special Thanks to Pimpmykali-Mirrors Testers!!
|
# Special Thanks to Pimpmykali-Mirrors Testers!!
|
||||||
- Crazy_Man - https://github.com/The-Crazy-Man
|
- Crazy_Man - https://github.com/The-Crazy-Man
|
||||||
|
|
@ -31,6 +31,10 @@
|
||||||
- 0xC0FFEE Home Lab Build
|
- 0xC0FFEE Home Lab Build
|
||||||
https://docs.google.com/document/d/1DH-epmXJMvQtOnDQYa3zUXvq9497Mm3276K8frNz2UM
|
https://docs.google.com/document/d/1DH-epmXJMvQtOnDQYa3zUXvq9497Mm3276K8frNz2UM
|
||||||
|
|
||||||
|
# Revision 1.3.6 - HAPPY BIRTHDAY PIMPMYKALI!!!!
|
||||||
|
- One year ago today, Pimpmykali was published to Github!!!
|
||||||
|
- Birthday message added to menu
|
||||||
|
|
||||||
# Revision 1.3.5 - Pimpmykali-Mirrors Update
|
# Revision 1.3.5 - Pimpmykali-Mirrors Update
|
||||||
- grep and sed were too restrictive and have been updated
|
- grep and sed were too restrictive and have been updated
|
||||||
- now fully dynamic and less restrictive with mirror paths
|
- now fully dynamic and less restrictive with mirror paths
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
# Standard Disclaimer: Author assumes no liability for any damage
|
# Standard Disclaimer: Author assumes no liability for any damage
|
||||||
|
|
||||||
# revision var
|
# revision var
|
||||||
revision="1.3.5"
|
revision="1.3.6"
|
||||||
|
|
||||||
# unicorn puke:
|
# unicorn puke:
|
||||||
red=$'\e[1;31m'
|
red=$'\e[1;31m'
|
||||||
|
|
@ -1256,6 +1256,7 @@ pimpmykali_menu () {
|
||||||
# DATE=$(date +%x); TIME=$(date +%X)
|
# DATE=$(date +%x); TIME=$(date +%X)
|
||||||
clear
|
clear
|
||||||
echo -e "$asciiart"
|
echo -e "$asciiart"
|
||||||
|
echo -e "\n HAPPY BIRTHDAY PIMPMYKALI!! - SEP 23, 2020 - 1 Year old!!"
|
||||||
echo -e "\n Select an option from menu: Rev:$revision"
|
echo -e "\n Select an option from menu: Rev:$revision"
|
||||||
# echo -e "\n *** APT UPGRADE WILL ONLY BE CALLED FROM MENU OPTION 9 ***"
|
# echo -e "\n *** APT UPGRADE WILL ONLY BE CALLED FROM MENU OPTION 9 ***"
|
||||||
# echo -e "\n Menu Options:" # function call list
|
# echo -e "\n Menu Options:" # function call list
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue