This is a post installation shell script set up for my personal use, you can use it or edit it for your own use.
To get started, download the script:
# wget
$ wget https://github.com/jeanrodrigop/postInstall/archive/refs/heads/main.zip && unzip main.zipChoose the directory of the installed system and change permission to execute:
# bash
$ sudo chmod +x postinstall.shThen run the script:
# bash
$ ./postinstall.shJean Rodrigo

