My skript for automating the installation and configuration of a linux system after a fresh install.
sh -c "`wget -O - --no-check-certificate https://raw.githubusercontent.com/ndz-v/dotfiles/master/remote-setup.sh`"
The script above downloads the master branch of this repo and starts setup.sh execution.
sudo dd bs=4M if=path/to/input.iso of=/dev/sd<?> conv=fdatasync status=progress
nmcli device wifi connect <AP name> password <password>
sudo nmcli device connect wlp9s0