Automated configuration setup for my Linux workstations
Start with a clean installation of Pop!_OS 22.04 LTS (NVIDIA)
.
It has to be changed in two places. First run:
sudo hostnamectl set-hostname [your hostname]
Then sudo edit /etc/hosts
, changing all instances of pop-os
to your hostname.
Here's an example of what it would look like:
127.0.0.1 localhost
::1 localhost
127.0.1.1 [your hostname].localdomain [your hostname]
Run the following:
bash run.sh
When prompted, enter your password and accept any EULAs.
When the script is finished without error, restart your machine.
If there are any errors, you gotta figure out what's wrong.