- Download, extract, make script executable
wget https://github.com/fed1337/ubuntu_desktop_bootstrap/archive/refs/tags/v0.2.tar.gz
tar -xf ubuntu_desktop_bootstrap-0.2.tar.gz
chmod +x ubuntu_desktop_bootstrap-0.2/bootstrap.sh
- Add .ssh directory with your keys to ubuntu_desktop_bootstrap directory
- Edit USER variable in bootstrap.sh accordingly to the name of your user
- Run the script as root
sudo ./bootstrap.sh
- Do what the message in the terminal tells you to do
- Reboot
- Check that apps are installed
- Perform basic configuration via UI
- move data from backup
- Perform sensors configuration readme1 readme2
- check disk issues
- check dmesg errors with
sudo dmesg --level=emerg,alert,crit,err,warn,notice,info
The script must be run as root. Run the script without options in order to see examples of usage.