diff --git a/.devcontainer/postCreateScript.sh b/.devcontainer/postCreateScript.sh index 6eb5259..79ed771 100755 --- a/.devcontainer/postCreateScript.sh +++ b/.devcontainer/postCreateScript.sh @@ -3,7 +3,6 @@ ################################################################################################### # File: postCreateScript.sh # Author: [Vatsal Gupta (gvatsal60)] -# Date: 07-Aug-2024 # Description: # This script runs automatically after the DevContainer environment has been created. # It performs various initialization tasks to ensure the development environment is properly configured. diff --git a/.update.sh b/.update.sh index ede2a80..574b408 100755 --- a/.update.sh +++ b/.update.sh @@ -3,7 +3,6 @@ ################################################################################################### # File: .update.sh # Author: Vatsal Gupta(@gvatsal60) -# Date: 11-Jul-2024 # Description: This script provides functions to update Linux distributions using their # respective package managers. ################################################################################################### diff --git a/install.sh b/install.sh index 227b4d2..12d6951 100755 --- a/install.sh +++ b/install.sh @@ -3,7 +3,6 @@ ################################################################################################### # File: install.sh # Author: [Vatsal Gupta (gvatsal60)] -# Date: 11-Jul-2024 # Description: This script updates shell configuration files based on the # adjusted Linux distribution ID determined from /etc/os-release. ###################################################################################################