- Download the script
- Run the script as root (the script requires uses some commands that non-root users can not access)
- Choose between open source or propietary software
- Choose the language that you want to develop on
- Arch
- Manjaro
- Debian
- Ubuntu
- Mint
- Pop OS
- Python
- C/C++
- Java
- yay AUR helper if you are using Arch derivatives
- snap package manager if you are using Debian derivatives
bash: ./main.sh: /bin/bash^M: bad interpreter: No such file or directory1
appears, use
sed -i -e 's/\r$//' main.sh
before running the script.