revised/improved logic in .bashrc for memory and system updates. #154
Annotations
7 warnings
          | 
                      
                          Shellcheck: 
                        ./du_setup.sh#L4545
                      
                        note: Not following: /etc/os-release was not specified as input (see shellcheck -x). [SC1091] | 
| 
                      
                          Shellcheck: 
                        ./du_setup.sh#L4017
                      
                        note: Double quote to prevent globbing and word splitting. [SC2086] | 
| 
                      
                          Shellcheck: 
                        ./du_setup.sh#L3644
                      
                        note: Not following: /etc/os-release was not specified as input (see shellcheck -x). [SC1091] | 
| 
                      
                          Shellcheck: 
                        ./du_setup.sh#L3642
                      
                        note: Double quote to prevent globbing and word splitting. [SC2086] | 
| 
                      
                          Shellcheck: 
                        ./du_setup.sh#L2949
                      
                        note: Check exit code directly with e.g. 'if ! mycmd;', not indirectly with $?. [SC2181] | 
| 
                      
                          Shellcheck: 
                        ./du_setup.sh#L2532
                      
                        note: This variable is assigned to itself, so the assignment does nothing. [SC2269] | 
| 
                      
                          Shellcheck: 
                        ./du_setup.sh#L2531
                      
                        note: Not following: /etc/os-release was not specified as input (see shellcheck -x). [SC1091] |