This script is intended to run post os installation commands,
Such as for install packages, or do some configs, git and others..
Not tested on rWindows, no wanna do it, update it to handle this os if ya like.
Not all Linux distros has package managers covered by this script, sorry.
Simply download the file install.sh, or just create one and copy it's content to it,
And place it into the root folder, aka /home or simply ~/
Then run $ chmod +x ~/install.sh to make it executable.
And finally, run:
$ ./install.sh
$ curl -o- https://gist.githubusercontent.com/xSallus/934291580d2a07d3c5088d2bdb3087df/raw/c79d8364f8e52d071c0bb4dd595c60cf39f31fcb/install.sh > post-install.sh && sudo chmod +x ./post-install.sh && sudo ./post-install.sh