automount disks script, grub bootloader themes script, bottles install script, ssh commands automation
Pull Request
Title
- Automount disks script added.
- grub bootloader theme script added.
- bottles install script added.
- few ssh commands automation such as key generation, share key to remote host, disabling password auth, run a command on a remote host, and many more useful commands.
@guruswarupa Too many scripts are being added here; you should move that ssh script to a new PR so this PR is easier to review.
@guruswarupa Too many scripts are being added here; you should move that ssh script to a new PR so this PR is easier to review.
@nnyyxxxx only 4 :) not adding anymore to this.
Sorry for the inconvenience. We had a massive restructure of the codebase to improve future development. Because of this can you update your PR to the new structure. Thank you for your assistance and contribution.
@ChrisTitusTech @nnyyxxxx i've fixed those conflicts.
@ChrisTitusTech @nnyyxxxx i've fixed those conflicts.
Awesome!
Can you please split this PR into separate feature PRs
Watch out @ChrisTitusTech There are some bashisms in this. read -p is NOT posix compliant.