this bash script is for debian.12, when you have a branch new(empty) debian, you can use this script to create the basic software development environment include: VScode Docker Chrome
#how to use: download the file, run the command below in a terminal: chmod +x install_tools.sh su ./install_tools.sh #it will remind you to input the user name to be added it to the sudo group, which will be useful for your software development, as you'd better have the root right.