Update Thu Feb 16 03:42:53 AM CST 2023

This commit is contained in:
Dewalt 2023-02-16 03:42:53 -06:00
parent 68beab12ed
commit 89895b049a
2 changed files with 2 additions and 2 deletions

View File

@ -130,7 +130,7 @@
- client max protocol = SMB3 below [global] - client max protocol = SMB3 below [global]
- Menu Option 3 - Fix Golang - Menu Option 3 - Fix Golang
- Installs golang - Installs golang
- checks for GOPATH in .bashrc and .zshrc - checks for GOPATH in .bashrc and .zshrc
- if GOPATH is found, adds nothing - if GOPATH is found, adds nothing

View File

@ -1501,7 +1501,7 @@ pimpmykali_menu () {
l|L) install_sublime;; l|L) install_sublime;;
m|M) mayor_mpp;; m|M) mayor_mpp;;
n|N) fix_all; fix_upgrade;; n|N) fix_all; fix_upgrade;;
o|O) fix_ssh;; # o|O) fix_ssh;;
s|S) fix_spike;; s|S) fix_spike;;
t|T) fix_timezone;; t|T) fix_timezone;;
v|V) install_vscode;; v|V) install_vscode;;